pub struct Optional;
Expand description
Represents the terminal symbol optional
Trait Implementations§
Source§impl Ord for Optional
impl Ord for Optional
Source§impl PartialOrd for Optional
impl PartialOrd 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