pub enum DataPos {
More,
Last,
}
Expand description
Whether this respresents the last message or not
Variants§
Trait Implementations§
Source§impl Into<SpliceFFlags> for DataPos
impl Into<SpliceFFlags> for DataPos
Source§fn into(self) -> SpliceFFlags
fn into(self) -> SpliceFFlags
Converts this type into the (usually inferred) input type.
impl StructuralPartialEq for DataPos
Auto Trait Implementations§
impl Freeze for DataPos
impl RefUnwindSafe for DataPos
impl Send for DataPos
impl Sync for DataPos
impl Unpin for DataPos
impl UnwindSafe for DataPos
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