pub enum SessionReply {
Pong,
Meta(SessionMeta),
Ok,
}Variants§
Trait Implementations§
Source§impl Debug for SessionReply
impl Debug for SessionReply
Source§impl PartialEq for SessionReply
impl PartialEq for SessionReply
impl StructuralPartialEq for SessionReply
Auto Trait Implementations§
impl Freeze for SessionReply
impl RefUnwindSafe for SessionReply
impl Send for SessionReply
impl Sync for SessionReply
impl Unpin for SessionReply
impl UnwindSafe for SessionReply
Blanket Implementations§
Source§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
Source§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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