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