pub struct SymlinksStrategy {}Implementations§
Source§impl SymlinksStrategy
impl SymlinksStrategy
pub fn new() -> SymlinksStrategy
Trait Implementations§
Source§impl Default for SymlinksStrategy
impl Default for SymlinksStrategy
Auto Trait Implementations§
impl Freeze for SymlinksStrategy
impl RefUnwindSafe for SymlinksStrategy
impl Send for SymlinksStrategy
impl Sync for SymlinksStrategy
impl Unpin for SymlinksStrategy
impl UnsafeUnpin for SymlinksStrategy
impl UnwindSafe for SymlinksStrategy
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