pub struct FrozenArray;Expand description
Represents the terminal symbol FrozenArray
Trait Implementations§
Source§impl Clone for FrozenArray
 
impl Clone for FrozenArray
Source§fn clone(&self) -> FrozenArray
 
fn clone(&self) -> FrozenArray
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 FrozenArray
 
impl Debug for FrozenArray
Source§impl Default for FrozenArray
 
impl Default for FrozenArray
Source§fn default() -> FrozenArray
 
fn default() -> FrozenArray
Returns the “default value” for a type. Read more
Source§impl Hash for FrozenArray
 
impl Hash for FrozenArray
Source§impl Ord for FrozenArray
 
impl Ord for FrozenArray
Source§fn cmp(&self, other: &FrozenArray) -> Ordering
 
fn cmp(&self, other: &FrozenArray) -> 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 FrozenArray
 
impl PartialEq for FrozenArray
Source§impl PartialOrd for FrozenArray
 
impl PartialOrd for FrozenArray
impl Copy for FrozenArray
impl Eq for FrozenArray
impl StructuralPartialEq for FrozenArray
Auto Trait Implementations§
impl Freeze for FrozenArray
impl RefUnwindSafe for FrozenArray
impl Send for FrozenArray
impl Sync for FrozenArray
impl Unpin for FrozenArray
impl UnwindSafe for FrozenArray
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