pub struct Unrestricted;
Expand description
Represents the terminal symbol unrestricted
Trait Implementations§
Source§impl Clone for Unrestricted
impl Clone for Unrestricted
Source§fn clone(&self) -> Unrestricted
fn clone(&self) -> Unrestricted
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Unrestricted
impl Debug for Unrestricted
Source§impl Default for Unrestricted
impl Default for Unrestricted
Source§fn default() -> Unrestricted
fn default() -> Unrestricted
Returns the “default value” for a type. Read more
Source§impl Hash for Unrestricted
impl Hash for Unrestricted
Source§impl Ord for Unrestricted
impl Ord for Unrestricted
Source§fn cmp(&self, other: &Unrestricted) -> Ordering
fn cmp(&self, other: &Unrestricted) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Unrestricted
impl PartialEq for Unrestricted
Source§impl PartialOrd for Unrestricted
impl PartialOrd for Unrestricted
impl Copy for Unrestricted
impl Eq for Unrestricted
impl StructuralPartialEq for Unrestricted
Auto Trait Implementations§
impl Freeze for Unrestricted
impl RefUnwindSafe for Unrestricted
impl Send for Unrestricted
impl Sync for Unrestricted
impl Unpin for Unrestricted
impl UnwindSafe for Unrestricted
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