pub struct SetUserVarsCommand { /* private fields */ }Implementations§
Source§impl SetUserVarsCommand
impl SetUserVarsCommand
pub fn new(var: Vec<String>) -> Self
pub fn match_spec(self, spec: impl Into<String>) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
Auto Trait Implementations§
impl Freeze for SetUserVarsCommand
impl RefUnwindSafe for SetUserVarsCommand
impl Send for SetUserVarsCommand
impl Sync for SetUserVarsCommand
impl Unpin for SetUserVarsCommand
impl UnwindSafe for SetUserVarsCommand
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