pub struct SetStringCommand { /* private fields */ }Implementations§
Source§impl SetStringCommand
impl SetStringCommand
pub fn parse_base(bytes: &[u8]) -> (usize, Self)
pub fn parse_dynamic(bytes: &[u8]) -> (usize, Self)
pub fn variable(&self) -> u32
pub fn variable_mut(&mut self) -> &mut u32
pub fn options(&self) -> &Options
pub fn options_mut(&mut self) -> &mut Options
pub fn operation(&self) -> &Operation
pub fn operation_mut(&mut self) -> &mut Operation
pub fn state(&self) -> &State
pub fn state_mut(&mut self) -> &mut State
Auto Trait Implementations§
impl Freeze for SetStringCommand
impl RefUnwindSafe for SetStringCommand
impl Send for SetStringCommand
impl Sync for SetStringCommand
impl Unpin for SetStringCommand
impl UnwindSafe for SetStringCommand
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