pub struct Layer2Empty;
Trait Implementations§
Source§impl Clone for Layer2Empty
impl Clone for Layer2Empty
Source§fn clone(&self) -> Layer2Empty
fn clone(&self) -> Layer2Empty
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 Layer2Empty
impl Debug for Layer2Empty
Source§impl Default for Layer2Empty
impl Default for Layer2Empty
Source§fn default() -> Layer2Empty
fn default() -> Layer2Empty
Returns the “default value” for a type. Read more
Source§impl Hash for Layer2Empty
impl Hash for Layer2Empty
Source§impl Layer2Cache for Layer2Empty
impl Layer2Cache for Layer2Empty
type Tx = Layer2Empty
type Coin = Layer2Empty
Source§impl PartialEq for Layer2Empty
impl PartialEq for Layer2Empty
impl Copy for Layer2Empty
impl Eq for Layer2Empty
impl Layer2Coin for Layer2Empty
impl Layer2Data for Layer2Empty
impl Layer2Descriptor for Layer2Empty
impl Layer2Tx for Layer2Empty
impl StructuralPartialEq for Layer2Empty
Auto Trait Implementations§
impl Freeze for Layer2Empty
impl RefUnwindSafe for Layer2Empty
impl Send for Layer2Empty
impl Sync for Layer2Empty
impl Unpin for Layer2Empty
impl UnwindSafe for Layer2Empty
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
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.