pub enum RefValueLine {
Reassignable,
NotReassignable,
}
Variants§
Auto Trait Implementations§
impl Freeze for RefValueLine
impl RefUnwindSafe for RefValueLine
impl Send for RefValueLine
impl Sync for RefValueLine
impl Unpin for RefValueLine
impl UnwindSafe for RefValueLine
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