pub enum Robust {}Expand description
Marker for a robust type that does not require validity conversion.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Robust
impl RefUnwindSafe for Robust
impl Send for Robust
impl Sync for Robust
impl Unpin for Robust
impl UnsafeUnpin for Robust
impl UnwindSafe for Robust
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