pub struct SendMetadata {
pub generation: u8,
pub flags: u8,
}Expand description
Protocol-generated envelope generation and frame flags.
Fields§
§generation: u8Envelope generation.
flags: u8Frame flags, independent of correlation ID allocation.
Trait Implementations§
Source§impl Clone for SendMetadata
impl Clone for SendMetadata
impl Copy for SendMetadata
Auto Trait Implementations§
impl Freeze for SendMetadata
impl RefUnwindSafe for SendMetadata
impl Send for SendMetadata
impl Sync for SendMetadata
impl Unpin for SendMetadata
impl UnsafeUnpin for SendMetadata
impl UnwindSafe for SendMetadata
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