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