Struct qapi_qga::GuestFilesystemTrimResponse [−][src]
pub struct GuestFilesystemTrimResponse { pub paths: Vec<GuestFilesystemTrimResult>, }
Fields
paths: Vec<GuestFilesystemTrimResult>
Trait Implementations
impl Debug for GuestFilesystemTrimResponse
[src]
impl Debug for GuestFilesystemTrimResponse
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GuestFilesystemTrimResponse
[src]
impl Clone for GuestFilesystemTrimResponse
fn clone(&self) -> GuestFilesystemTrimResponse
[src]
fn clone(&self) -> GuestFilesystemTrimResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for GuestFilesystemTrimResponse
impl Send for GuestFilesystemTrimResponse
impl Sync for GuestFilesystemTrimResponse
impl Sync for GuestFilesystemTrimResponse