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