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