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 GuestFilesystemTrimResponsefn 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 GuestFilesystemTrimResponse[src]
impl Clone for GuestFilesystemTrimResponsefn clone(&self) -> GuestFilesystemTrimResponse[src]
fn clone(&self) -> GuestFilesystemTrimResponseReturns 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 GuestFilesystemTrimResponseimpl Sync for GuestFilesystemTrimResponse
impl Sync for GuestFilesystemTrimResponse