pub enum Readlink {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for Readlink
impl RefUnwindSafe for Readlink
impl Send for Readlink
impl Sync for Readlink
impl Unpin for Readlink
impl UnwindSafe for Readlink
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