pub struct Snaps(/* private fields */);Expand description
A utility to create and access snap packages.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Snaps
impl RefUnwindSafe for Snaps
impl Send for Snaps
impl Sync for Snaps
impl Unpin for Snaps
impl UnwindSafe for Snaps
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