pub struct SymlinkRequest {
pub vm_id: String,
pub target_path: String,
pub link_path: String,
}Fields§
§vm_id: String§target_path: String§link_path: StringTrait Implementations§
Source§impl Clone for SymlinkRequest
impl Clone for SymlinkRequest
Source§fn clone(&self) -> SymlinkRequest
fn clone(&self) -> SymlinkRequest
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 SymlinkRequest
impl Debug for SymlinkRequest
impl Eq for SymlinkRequest
Source§impl PartialEq for SymlinkRequest
impl PartialEq for SymlinkRequest
Source§fn eq(&self, other: &SymlinkRequest) -> bool
fn eq(&self, other: &SymlinkRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SymlinkRequest
Auto Trait Implementations§
impl Freeze for SymlinkRequest
impl RefUnwindSafe for SymlinkRequest
impl Send for SymlinkRequest
impl Sync for SymlinkRequest
impl Unpin for SymlinkRequest
impl UnsafeUnpin for SymlinkRequest
impl UnwindSafe for SymlinkRequest
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