pub struct SymlinkOptions;
Auto Trait Implementations§
impl Freeze for SymlinkOptions
impl RefUnwindSafe for SymlinkOptions
impl Send for SymlinkOptions
impl Sync for SymlinkOptions
impl Unpin for SymlinkOptions
impl UnwindSafe for SymlinkOptions
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