pub struct NewSignatureResolvingKey { /* private fields */ }Expand description
New Signature Resolving Key Event
Implementations§
Source§impl NewSignatureResolvingKey
impl NewSignatureResolvingKey
pub fn store_hint(&self) -> &bool
pub fn key(&self) -> &SignatureResolvingKey
Trait Implementations§
Source§impl Clone for NewSignatureResolvingKey
impl Clone for NewSignatureResolvingKey
Source§fn clone(&self) -> NewSignatureResolvingKey
fn clone(&self) -> NewSignatureResolvingKey
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 NewSignatureResolvingKey
impl Debug for NewSignatureResolvingKey
Source§impl From<NewSignatureResolvingKey> for Event
impl From<NewSignatureResolvingKey> for Event
Source§fn from(v: NewSignatureResolvingKey) -> Self
fn from(v: NewSignatureResolvingKey) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NewSignatureResolvingKey
impl RefUnwindSafe for NewSignatureResolvingKey
impl Send for NewSignatureResolvingKey
impl Sync for NewSignatureResolvingKey
impl Unpin for NewSignatureResolvingKey
impl UnwindSafe for NewSignatureResolvingKey
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