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