Struct relay_cabi::RelaySecretKey
source · pub struct RelaySecretKey;
Expand description
Represents a secret key in Relay.
Auto Trait Implementations§
impl Freeze for RelaySecretKey
impl RefUnwindSafe for RelaySecretKey
impl Send for RelaySecretKey
impl Sync for RelaySecretKey
impl Unpin for RelaySecretKey
impl UnwindSafe for RelaySecretKey
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