pub struct LinkRequest {
pub source: SafePath,
pub target: SafePath,
}
Expand description
Request to ensure a symlink from source
to target
.
Fields§
§source: SafePath
§target: SafePath
Trait Implementations§
Source§impl Clone for LinkRequest
impl Clone for LinkRequest
Source§fn clone(&self) -> LinkRequest
fn clone(&self) -> LinkRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for LinkRequest
impl RefUnwindSafe for LinkRequest
impl Send for LinkRequest
impl Sync for LinkRequest
impl Unpin for LinkRequest
impl UnwindSafe for LinkRequest
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