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