pub struct ChequebookFactory {
pub address: Address,
pub block: u64,
}Expand description
Chequebook factory contract deployment information.
Fields§
§address: AddressContract address.
block: u64Deployment block number.
Implementations§
Trait Implementations§
Source§impl Clone for ChequebookFactory
impl Clone for ChequebookFactory
Source§fn clone(&self) -> ChequebookFactory
fn clone(&self) -> ChequebookFactory
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 moreimpl Copy for ChequebookFactory
Source§impl Debug for ChequebookFactory
impl Debug for ChequebookFactory
impl Eq for ChequebookFactory
Source§impl PartialEq for ChequebookFactory
impl PartialEq for ChequebookFactory
Source§fn eq(&self, other: &ChequebookFactory) -> bool
fn eq(&self, other: &ChequebookFactory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChequebookFactory
Auto Trait Implementations§
impl Freeze for ChequebookFactory
impl RefUnwindSafe for ChequebookFactory
impl Send for ChequebookFactory
impl Sync for ChequebookFactory
impl Unpin for ChequebookFactory
impl UnsafeUnpin for ChequebookFactory
impl UnwindSafe for ChequebookFactory
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