pub struct SetStringCommand { /* private fields */ }Implementations§
Source§impl SetStringCommand
impl SetStringCommand
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
Trait Implementations§
Source§impl Clone for SetStringCommand
impl Clone for SetStringCommand
Source§fn clone(&self) -> SetStringCommand
fn clone(&self) -> SetStringCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for SetStringCommand
impl PartialEq for SetStringCommand
impl StructuralPartialEq for SetStringCommand
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