pub enum NonTransactional {
Presence(Presence),
Message(Message),
}
Variants§
Trait Implementations§
Source§impl Debug for NonTransactional
impl Debug for NonTransactional
Source§impl From<Message> for NonTransactional
impl From<Message> for NonTransactional
Auto Trait Implementations§
impl Freeze for NonTransactional
impl RefUnwindSafe for NonTransactional
impl Send for NonTransactional
impl Sync for NonTransactional
impl Unpin for NonTransactional
impl UnwindSafe for NonTransactional
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