pub struct Optional;Expand description
Marker type for optional types (Option<T>).
Trait Implementations§
Source§impl TypeCategory for Optional
impl TypeCategory for Optional
impl Copy for Optional
impl Eq for Optional
impl StructuralPartialEq for Optional
Auto Trait Implementations§
impl Freeze for Optional
impl RefUnwindSafe for Optional
impl Send for Optional
impl Sync for Optional
impl Unpin for Optional
impl UnwindSafe for Optional
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