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 Freeze for FrameFlag
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