pub struct Getter;
Expand description
Represents the terminal symbol getter
Trait Implementations§
Source§impl Ord for Getter
impl Ord for Getter
Source§impl PartialOrd for Getter
impl PartialOrd for Getter
impl Copy for Getter
impl Eq 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 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