pub enum OweUpdate {
TxPublicKey {
group_id: u16,
key: Vec<u8>,
},
Success {
key: Vec<u8>,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OweUpdate
impl RefUnwindSafe for OweUpdate
impl Send for OweUpdate
impl Sync for OweUpdate
impl Unpin for OweUpdate
impl UnwindSafe for OweUpdate
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