pub struct OwnerEpochChain {
pub schema: String,
pub frontier_id: String,
pub transitions: Vec<ChainTransition>,
}Fields§
§schema: String§frontier_id: String§transitions: Vec<ChainTransition>Implementations§
Trait Implementations§
Source§impl Clone for OwnerEpochChain
impl Clone for OwnerEpochChain
Source§fn clone(&self) -> OwnerEpochChain
fn clone(&self) -> OwnerEpochChain
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 moreSource§impl Debug for OwnerEpochChain
impl Debug for OwnerEpochChain
Source§impl<'de> Deserialize<'de> for OwnerEpochChain
impl<'de> Deserialize<'de> for OwnerEpochChain
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 PartialEq for OwnerEpochChain
impl PartialEq for OwnerEpochChain
Source§fn eq(&self, other: &OwnerEpochChain) -> bool
fn eq(&self, other: &OwnerEpochChain) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OwnerEpochChain
impl Serialize for OwnerEpochChain
impl Eq for OwnerEpochChain
impl StructuralPartialEq for OwnerEpochChain
Auto Trait Implementations§
impl Freeze for OwnerEpochChain
impl RefUnwindSafe for OwnerEpochChain
impl Send for OwnerEpochChain
impl Sync for OwnerEpochChain
impl Unpin for OwnerEpochChain
impl UnsafeUnpin for OwnerEpochChain
impl UnwindSafe for OwnerEpochChain
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.