pub struct Undefined;
Expand description
Represents the terminal symbol undefined
Trait Implementations§
Source§impl<'a> From<Undefined> for ReturnType<'a>
impl<'a> From<Undefined> for ReturnType<'a>
Source§impl Ord for Undefined
impl Ord for Undefined
Source§impl PartialOrd for Undefined
impl PartialOrd for Undefined
impl Copy for Undefined
impl Eq for Undefined
impl StructuralPartialEq for Undefined
Auto Trait Implementations§
impl Freeze for Undefined
impl RefUnwindSafe for Undefined
impl Send for Undefined
impl Sync for Undefined
impl Unpin for Undefined
impl UnwindSafe for Undefined
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