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