pub enum LedgerType {
Root,
Domain,
Queue,
Connection,
}Expand description
资源账本类型层级
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LedgerType
impl Clone for LedgerType
Source§fn clone(&self) -> LedgerType
fn clone(&self) -> LedgerType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LedgerType
Source§impl Debug for LedgerType
impl Debug for LedgerType
impl Eq for LedgerType
Source§impl Hash for LedgerType
impl Hash for LedgerType
Source§impl PartialEq for LedgerType
impl PartialEq for LedgerType
impl StructuralPartialEq for LedgerType
Auto Trait Implementations§
impl Freeze for LedgerType
impl RefUnwindSafe for LedgerType
impl Send for LedgerType
impl Sync for LedgerType
impl Unpin for LedgerType
impl UnsafeUnpin for LedgerType
impl UnwindSafe for LedgerType
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.