pub struct NicklistCommand {
pub buffer: Option<PointerOrName>,
}
Expand description
The nicklist command, used to request a nicklist for one or all buffers.
Response: Hdata
Fields§
§buffer: Option<PointerOrName>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NicklistCommand
impl RefUnwindSafe for NicklistCommand
impl Send for NicklistCommand
impl Sync for NicklistCommand
impl Unpin for NicklistCommand
impl UnwindSafe for NicklistCommand
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