pub struct NewsroomKeyPair { /* private fields */ }Expand description
Newsroom keypair used for signing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewsroomKeyPair
impl RefUnwindSafe for NewsroomKeyPair
impl Send for NewsroomKeyPair
impl Sync for NewsroomKeyPair
impl Unpin for NewsroomKeyPair
impl UnsafeUnpin for NewsroomKeyPair
impl UnwindSafe for NewsroomKeyPair
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