Enum Alrwf
#[repr(u8)]pub enum Alrwf {
UPDATENOTALLOWED = 0,
UPDATEALLOWED = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Alrwf
impl Ord for Alrwf
§impl PartialOrd for Alrwf
impl PartialOrd for Alrwf
impl Copy for Alrwf
impl Eq for Alrwf
impl StructuralPartialEq for Alrwf
Auto Trait Implementations§
impl Freeze for Alrwf
impl RefUnwindSafe for Alrwf
impl Send for Alrwf
impl Sync for Alrwf
impl Unpin for Alrwf
impl UnwindSafe for Alrwf
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