pub struct Select;Trait Implementations§
Source§impl Method for Select
impl Method for Select
fn decode(_method_frame: MethodFrame) -> Result<Select, 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 Select
impl StructuralPartialEq for Select
Auto Trait Implementations§
impl Freeze for Select
impl RefUnwindSafe for Select
impl Sync for Select
impl Unpin for Select
impl UnwindSafe for Select
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