pub struct BindOk;Trait Implementations§
Source§impl Method for BindOk
impl Method for BindOk
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 BindOk
impl StructuralPartialEq for BindOk
Auto Trait Implementations§
impl Freeze for BindOk
impl RefUnwindSafe for BindOk
impl Sync for BindOk
impl Unpin for BindOk
impl UnwindSafe for BindOk
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