pub struct hasDeclaredSecretReturn {
pub _0: bool,
}Expand description
Container type for the return parameters of the hasDeclaredSecret(bytes32) function.
Fields§
§_0: boolTrait Implementations§
Source§impl Clone for hasDeclaredSecretReturn
impl Clone for hasDeclaredSecretReturn
Source§fn clone(&self) -> hasDeclaredSecretReturn
fn clone(&self) -> hasDeclaredSecretReturn
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 moreAuto Trait Implementations§
impl Freeze for hasDeclaredSecretReturn
impl RefUnwindSafe for hasDeclaredSecretReturn
impl Send for hasDeclaredSecretReturn
impl Sync for hasDeclaredSecretReturn
impl Unpin for hasDeclaredSecretReturn
impl UnsafeUnpin for hasDeclaredSecretReturn
impl UnwindSafe for hasDeclaredSecretReturn
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