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