pub struct FiveCell;Expand description
Marker for the 5-cell.
Implementations§
Trait Implementations§
impl Copy for FiveCell
impl Eq for FiveCell
impl StructuralPartialEq for FiveCell
Auto Trait Implementations§
impl Freeze for FiveCell
impl RefUnwindSafe for FiveCell
impl Send for FiveCell
impl Sync for FiveCell
impl Unpin for FiveCell
impl UnsafeUnpin for FiveCell
impl UnwindSafe for FiveCell
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