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