Enum wasmrs_frames::FrameFlag
source · pub enum FrameFlag {
Metadata,
Follows,
Complete,
Next,
Ignore,
}
Expand description
Frame flags come from https://rsocket.io/about/protocol
Variants§
Trait Implementations§
impl Copy for FrameFlag
Auto Trait Implementations§
impl RefUnwindSafe for FrameFlag
impl Send for FrameFlag
impl Sync for FrameFlag
impl Unpin for FrameFlag
impl UnwindSafe for FrameFlag
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