Struct ns_protocol::ns::Signatures
source · pub struct Signatures(/* private fields */);
Trait Implementations§
source§impl Clone for Signatures
impl Clone for Signatures
source§fn clone(&self) -> Signatures
fn clone(&self) -> Signatures
Returns a copy 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 Signatures
impl Debug for Signatures
source§impl From<&Signatures> for Value
impl From<&Signatures> for Value
source§fn from(signatures: &Signatures) -> Self
fn from(signatures: &Signatures) -> Self
Converts to this type from the input type.
source§impl PartialEq for Signatures
impl PartialEq for Signatures
source§fn eq(&self, other: &Signatures) -> bool
fn eq(&self, other: &Signatures) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&Value> for Signatures
impl TryFrom<&Value> for Signatures
impl Eq for Signatures
impl StructuralEq for Signatures
impl StructuralPartialEq for Signatures
Auto Trait Implementations§
impl RefUnwindSafe for Signatures
impl Send for Signatures
impl Sync for Signatures
impl Unpin for Signatures
impl UnwindSafe for Signatures
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