pub struct deployedContractsReturn {
pub _0: bool,
}Expand description
Container type for the return parameters of the deployedContracts(address) function.
Fields§
§_0: boolTrait Implementations§
Source§impl Clone for deployedContractsReturn
impl Clone for deployedContractsReturn
Source§fn clone(&self) -> deployedContractsReturn
fn clone(&self) -> deployedContractsReturn
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 deployedContractsReturn
impl Debug for deployedContractsReturn
impl Eq for deployedContractsReturn
Source§impl PartialEq for deployedContractsReturn
impl PartialEq for deployedContractsReturn
Source§fn eq(&self, other: &deployedContractsReturn) -> bool
fn eq(&self, other: &deployedContractsReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for deployedContractsReturn
Auto Trait Implementations§
impl Freeze for deployedContractsReturn
impl RefUnwindSafe for deployedContractsReturn
impl Send for deployedContractsReturn
impl Sync for deployedContractsReturn
impl Unpin for deployedContractsReturn
impl UnsafeUnpin for deployedContractsReturn
impl UnwindSafe for deployedContractsReturn
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