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