pub struct Initialized {
pub passphrase: Zeroizing<String>,
pub unsigned_reachable_verifying_keys: UnsignedReachableVerifyingKeys,
}Fields§
§passphrase: Zeroizing<String>§unsigned_reachable_verifying_keys: UnsignedReachableVerifyingKeysTrait Implementations§
Source§impl Debug for Initialized
impl Debug for Initialized
Source§impl ProstCommunicable<Response> for Initialized
impl ProstCommunicable<Response> for Initialized
const COMMUNICATION_VARIANT: Response = Response::Initialized
fn to_communication_via_prost(&self) -> Communication<T>
fn try_from_communication( communication: &Communication<T>, ) -> Result<Self, DecodeError>
Source§impl ProstDecode for Initialized
impl ProstDecode for Initialized
type EncodedType = Initialized
fn decode<M>(message: M) -> Result<Self, DecodeError>
Source§impl ProstEncode for Initialized
impl ProstEncode for Initialized
Auto Trait Implementations§
impl Freeze for Initialized
impl RefUnwindSafe for Initialized
impl Send for Initialized
impl Sync for Initialized
impl Unpin for Initialized
impl UnwindSafe for Initialized
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