Struct qapi_qga::GuestFilesystemTrimResponse[][src]

pub struct GuestFilesystemTrimResponse {
    pub paths: Vec<GuestFilesystemTrimResult>,
}

Fields

Trait Implementations

impl Debug for GuestFilesystemTrimResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestFilesystemTrimResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestFilesystemTrimResponse

impl Sync for GuestFilesystemTrimResponse