pub struct center(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for center
Auto Trait Implementations§
impl Freeze for center
impl RefUnwindSafe for center
impl Send for center
impl Sync for center
impl Unpin for center
impl UnwindSafe for center
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