pub enum MaxManifoldSnapshot {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxManifoldSnapshot
impl RefUnwindSafe for MaxManifoldSnapshot
impl Send for MaxManifoldSnapshot
impl Sync for MaxManifoldSnapshot
impl Unpin for MaxManifoldSnapshot
impl UnsafeUnpin for MaxManifoldSnapshot
impl UnwindSafe for MaxManifoldSnapshot
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