pub struct ContractList { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ContractList
impl Clone for ContractList
Source§fn clone(&self) -> ContractList
fn clone(&self) -> ContractList
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 ContractList
impl Debug for ContractList
Source§impl Default for ContractList
impl Default for ContractList
Source§fn default() -> ContractList
fn default() -> ContractList
Returns the “default value” for a type. Read more
Source§impl FromBytes<ContractList> for ContractList
impl FromBytes<ContractList> for ContractList
fn from_bytes(bytes: &[u8]) -> Result<ContractList, ProtoConversionError>
Source§impl FromNative<ContractList> for ContractList
impl FromNative<ContractList> for ContractList
fn from_native( contract_list: ContractList, ) -> Result<Self, ProtoConversionError>
Source§impl FromProto<ContractList> for ContractList
impl FromProto<ContractList> for ContractList
fn from_proto(proto: ContractList) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for ContractList
impl IntoBytes for ContractList
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<ContractList> for ContractList
impl IntoNative<ContractList> for ContractList
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<ContractList> for ContractList
impl IntoProto<ContractList> for ContractList
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for ContractList
impl PartialEq for ContractList
impl StructuralPartialEq for ContractList
Auto Trait Implementations§
impl Freeze for ContractList
impl RefUnwindSafe for ContractList
impl Send for ContractList
impl Sync for ContractList
impl Unpin for ContractList
impl UnwindSafe for ContractList
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<'a, T> DefaultFeatures<'a> for T
impl<'a, T> DefaultFeatures<'a> for T
Source§fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.Source§impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
Source§fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.