pub struct SecretsOk;Trait Implementations§
Source§impl Communicable<Response> for SecretsOk
impl Communicable<Response> for SecretsOk
fn to_communication(&self) -> Communication<Response>
fn try_from_communication( communication: &Communication<Response>, ) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for SecretsOk
impl RefUnwindSafe for SecretsOk
impl Send for SecretsOk
impl Sync for SecretsOk
impl Unpin for SecretsOk
impl UnwindSafe for SecretsOk
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