pub struct SnapBases(/* private fields */);Expand description
Interface representing the set of bases for snaps.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnapBases
impl RefUnwindSafe for SnapBases
impl Send for SnapBases
impl Sync for SnapBases
impl Unpin for SnapBases
impl UnwindSafe for SnapBases
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