pub struct Nut10Secret { /* private fields */ }
Expand description
NUT10 Secret
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Secret
impl<'de> Deserialize<'de> for Secret
Source§fn deserialize<D>(
deserializer: D,
) -> Result<Secret, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<Secret, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Secret> for Nut10SecretRequest
impl From<Secret> for Nut10SecretRequest
Source§fn from(secret: Secret) -> Nut10SecretRequest
fn from(secret: Secret) -> Nut10SecretRequest
Converts to this type from the input type.
Source§impl From<Nut10SecretRequest> for Secret
impl From<Nut10SecretRequest> for Secret
Source§fn from(value: Nut10SecretRequest) -> Secret
fn from(value: Nut10SecretRequest) -> Secret
Converts to this type from the input type.
Source§impl From<SpendingConditions> for Secret
impl From<SpendingConditions> for Secret
Source§fn from(conditions: SpendingConditions) -> Secret
fn from(conditions: SpendingConditions) -> Secret
Converts to this type from the input type.
Source§impl Serialize for Secret
impl Serialize for Secret
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl TryFrom<Secret> for SpendingConditions
impl TryFrom<Secret> for SpendingConditions
impl Eq for Secret
impl StructuralPartialEq for Secret
Auto Trait Implementations§
impl Freeze for Secret
impl RefUnwindSafe for Secret
impl Send for Secret
impl Sync for Secret
impl Unpin for Secret
impl UnwindSafe for Secret
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