pub struct Getter;Expand description
Represents the terminal symbol getter
Trait Implementations§
impl Copy for Getter
impl Eq for Getter
Source§impl Ord for Getter
impl Ord for Getter
1.21.0 (const: unstable) · 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 PartialOrd for Getter
impl PartialOrd for Getter
impl StructuralPartialEq for Getter
Auto Trait Implementations§
impl Freeze for Getter
impl RefUnwindSafe for Getter
impl Send for Getter
impl Sync for Getter
impl Unpin for Getter
impl UnsafeUnpin for Getter
impl UnwindSafe for Getter
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