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