pub enum TransactionMax {
User,
Synthetic,
System,
}Variants§
Trait Implementations§
Source§impl Clone for TransactionMax
impl Clone for TransactionMax
Source§fn clone(&self) -> TransactionMax
fn clone(&self) -> TransactionMax
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TransactionMax
impl Debug for TransactionMax
Source§impl<'de> Deserialize<'de> for TransactionMax
impl<'de> Deserialize<'de> for TransactionMax
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for TransactionMax
impl Hash for TransactionMax
Source§impl PartialEq for TransactionMax
impl PartialEq for TransactionMax
Source§impl Serialize for TransactionMax
impl Serialize for TransactionMax
impl Eq for TransactionMax
impl StructuralPartialEq for TransactionMax
Auto Trait Implementations§
impl Freeze for TransactionMax
impl RefUnwindSafe for TransactionMax
impl Send for TransactionMax
impl Sync for TransactionMax
impl Unpin for TransactionMax
impl UnsafeUnpin for TransactionMax
impl UnwindSafe for TransactionMax
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