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