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