pub struct ReadDirRequest {
pub vm_id: String,
pub path: String,
}Fields§
§vm_id: String§path: StringTrait Implementations§
Source§impl Clone for ReadDirRequest
impl Clone for ReadDirRequest
Source§fn clone(&self) -> ReadDirRequest
fn clone(&self) -> ReadDirRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReadDirRequest
impl Debug for ReadDirRequest
impl Eq for ReadDirRequest
Source§impl PartialEq for ReadDirRequest
impl PartialEq for ReadDirRequest
Source§fn eq(&self, other: &ReadDirRequest) -> bool
fn eq(&self, other: &ReadDirRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReadDirRequest
Auto Trait Implementations§
impl Freeze for ReadDirRequest
impl RefUnwindSafe for ReadDirRequest
impl Send for ReadDirRequest
impl Sync for ReadDirRequest
impl Unpin for ReadDirRequest
impl UnsafeUnpin for ReadDirRequest
impl UnwindSafe for ReadDirRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more