Enum epicbox::broker::stomp::frame::Transmission [−][src]
pub enum Transmission {
HeartBeat,
CompleteFrame(Frame),
}Variants
CompleteFrame(Frame)Tuple Fields of CompleteFrame
0: FrameImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Transmission
impl Send for Transmission
impl Sync for Transmission
impl Unpin for Transmission
impl UnwindSafe for Transmission
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<T> SafeBorrow<T> for T where
T: ?Sized,
impl<T> SafeBorrow<T> for T where
T: ?Sized,
pub fn borrow_replacement(ptr: &T) -> &T
pub fn borrow_replacement(ptr: &T) -> &T
Given ptr, which was obtained from a prior call to Self::borrow(),
return a value with the same nominal lifetime which is guaranteed to
survive mutations to Self. Read more