pub struct Defined;
Expand description
Marker type to indicates a defined Type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Defined
impl RefUnwindSafe for Defined
impl Send for Defined
impl Sync for Defined
impl Unpin for Defined
impl UnwindSafe for Defined
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