pub struct DeleteOk {
pub message_count: u32,
}Fields§
§message_count: u32Trait Implementations§
Source§impl Method for DeleteOk
impl Method for DeleteOk
fn decode(method_frame: MethodFrame) -> Result<Self>where
Self: Sized,
fn encode(&self) -> Result<EncodedMethod>
fn name(&self) -> &'static str
fn id(&self) -> u16
fn class_id(&self) -> u16
fn encode_method_frame(&self) -> Result<FramePayload>
fn to_frame(&self, channel: u16) -> Result<Frame>
impl Send for DeleteOk
impl StructuralPartialEq for DeleteOk
Auto Trait Implementations§
impl Freeze for DeleteOk
impl RefUnwindSafe for DeleteOk
impl Sync for DeleteOk
impl Unpin for DeleteOk
impl UnwindSafe for DeleteOk
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