pub struct MapHeader {
pub size: u32,
pub count: u32,
}Fields§
§size: u32§count: u32Trait Implementations§
Source§impl DecodeFormatted for MapHeader
impl DecodeFormatted for MapHeader
fn decode_with_format( input: &mut Bytes, fmt: u8, ) -> Result<MapHeader, AmqpParseError>
Auto Trait Implementations§
impl Freeze for MapHeader
impl RefUnwindSafe for MapHeader
impl Send for MapHeader
impl Sync for MapHeader
impl Unpin for MapHeader
impl UnsafeUnpin for MapHeader
impl UnwindSafe for MapHeader
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