Struct jormungandrwallet::EncryptingVoteKey
source · #[repr(C)]pub struct EncryptingVoteKey {}
Auto Trait Implementations§
impl RefUnwindSafe for EncryptingVoteKey
impl Send for EncryptingVoteKey
impl Sync for EncryptingVoteKey
impl Unpin for EncryptingVoteKey
impl UnwindSafe for EncryptingVoteKey
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