pub enum RIFW {
VALUE1,
VALUE2,
}
Expand description
Values that can be written to the field RIF
Variants§
Auto Trait Implementations§
impl Freeze for RIFW
impl RefUnwindSafe for RIFW
impl Send for RIFW
impl Sync for RIFW
impl Unpin for RIFW
impl UnwindSafe for RIFW
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