pub enum MemoType {
MEMO_NONE = 0,
MEMO_TEXT = 1,
MEMO_ID = 2,
MEMO_HASH = 3,
MEMO_RETURN = 4,
}
Variants§
Trait Implementations§
impl Copy for MemoType
impl Eq for MemoType
impl StructuralPartialEq for MemoType
Auto Trait Implementations§
impl Freeze for MemoType
impl RefUnwindSafe for MemoType
impl Send for MemoType
impl Sync for MemoType
impl Unpin for MemoType
impl UnwindSafe for MemoType
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