Struct cfx_types::AllChainID
source · pub struct AllChainID { /* private fields */ }
Implementations§
source§impl AllChainID
impl AllChainID
Trait Implementations§
source§impl Clone for AllChainID
impl Clone for AllChainID
source§fn clone(&self) -> AllChainID
fn clone(&self) -> AllChainID
Returns a copy 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 AllChainID
impl Debug for AllChainID
source§impl Decodable for AllChainID
impl Decodable for AllChainID
source§impl Default for AllChainID
impl Default for AllChainID
source§fn default() -> AllChainID
fn default() -> AllChainID
Returns the “default value” for a type. Read more
source§impl Encodable for AllChainID
impl Encodable for AllChainID
source§impl PartialEq for AllChainID
impl PartialEq for AllChainID
source§fn eq(&self, other: &AllChainID) -> bool
fn eq(&self, other: &AllChainID) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AllChainID
impl Eq for AllChainID
impl StructuralPartialEq for AllChainID
Auto Trait Implementations§
impl RefUnwindSafe for AllChainID
impl Send for AllChainID
impl Sync for AllChainID
impl Unpin for AllChainID
impl UnwindSafe for AllChainID
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