pub struct PushFlags {
pub err: bool,
}Expand description
Flags extracted from an inbound message.
Fields§
§err: boolIf this data is an unusual error condition.
Trait Implementations§
impl Copy for PushFlags
impl Eq for PushFlags
impl StructuralPartialEq for PushFlags
Auto Trait Implementations§
impl Freeze for PushFlags
impl RefUnwindSafe for PushFlags
impl Send for PushFlags
impl Sync for PushFlags
impl Unpin for PushFlags
impl UnwindSafe for PushFlags
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