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
Source§fn clone(&self) -> SendMetadata
fn clone(&self) -> SendMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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