Struct qapi_qga::GuestFilesystemTrimResult [−][src]
pub struct GuestFilesystemTrimResult {
pub error: Option<String>,
pub path: String,
pub minimum: Option<isize>,
pub trimmed: Option<isize>,
}Fields
error: Option<String>
path: String
minimum: Option<isize>
trimmed: Option<isize>
Trait Implementations
impl Debug for GuestFilesystemTrimResult[src]
impl Debug for GuestFilesystemTrimResultfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GuestFilesystemTrimResult[src]
impl Clone for GuestFilesystemTrimResultfn clone(&self) -> GuestFilesystemTrimResult[src]
fn clone(&self) -> GuestFilesystemTrimResultReturns 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 GuestFilesystemTrimResult
impl Send for GuestFilesystemTrimResultimpl Sync for GuestFilesystemTrimResult
impl Sync for GuestFilesystemTrimResult