pub struct AleoTestnet1Signature;Trait Implementations§
Source§impl Clone for AleoTestnet1Signature
impl Clone for AleoTestnet1Signature
Source§fn clone(&self) -> AleoTestnet1Signature
fn clone(&self) -> AleoTestnet1Signature
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 AleoTestnet1Signature
impl Debug for AleoTestnet1Signature
Source§impl Default for AleoTestnet1Signature
impl Default for AleoTestnet1Signature
Source§fn default() -> AleoTestnet1Signature
fn default() -> AleoTestnet1Signature
Returns the “default value” for a type. Read more
Source§impl From<AleoTestnet1Signature> for Algorithm
impl From<AleoTestnet1Signature> for Algorithm
Source§fn from(_a: AleoTestnet1Signature) -> Self
fn from(_a: AleoTestnet1Signature) -> Self
Converts to this type from the input type.
Source§impl From<AleoTestnet1Signature> for AlgorithmInstance
impl From<AleoTestnet1Signature> for AlgorithmInstance
Source§fn from(_: AleoTestnet1Signature) -> Self
fn from(_: AleoTestnet1Signature) -> Self
Converts to this type from the input type.
Source§impl Hash for AleoTestnet1Signature
impl Hash for AleoTestnet1Signature
Source§impl PartialEq for AleoTestnet1Signature
impl PartialEq for AleoTestnet1Signature
Source§impl SignatureAlgorithmInstance for AleoTestnet1Signature
impl SignatureAlgorithmInstance for AleoTestnet1Signature
type Algorithm = AleoTestnet1Signature
fn algorithm(&self) -> AleoTestnet1Signature
Source§impl TryFrom<Algorithm> for AleoTestnet1Signature
impl TryFrom<Algorithm> for AleoTestnet1Signature
Source§impl TryFrom<AlgorithmInstance> for AleoTestnet1Signature
impl TryFrom<AlgorithmInstance> for AleoTestnet1Signature
Source§type Error = UnsupportedAlgorithm
type Error = UnsupportedAlgorithm
The type returned in the event of a conversion error.
impl Copy for AleoTestnet1Signature
impl Eq for AleoTestnet1Signature
impl StructuralPartialEq for AleoTestnet1Signature
Auto Trait Implementations§
impl Freeze for AleoTestnet1Signature
impl RefUnwindSafe for AleoTestnet1Signature
impl Send for AleoTestnet1Signature
impl Sync for AleoTestnet1Signature
impl Unpin for AleoTestnet1Signature
impl UnwindSafe for AleoTestnet1Signature
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more