pub enum SetRhs {
Expr(Box<Expr>),
Nothing,
}
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for SetRhs
Auto Trait Implementations§
impl Freeze for SetRhs
impl RefUnwindSafe for SetRhs
impl Send for SetRhs
impl Sync for SetRhs
impl Unpin for SetRhs
impl UnwindSafe for SetRhs
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