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