pub struct StringConditionCommand { /* private fields */ }Implementations§
Source§impl StringConditionCommand
impl StringConditionCommand
pub fn parse(bytes: &[u8], signature: u32) -> (usize, u32, Self)
pub fn else_case(&self) -> bool
pub fn else_case_mut(&mut self) -> &mut bool
pub fn conditions(&self) -> &Vec<Condition>
pub fn conditions_mut(&mut self) -> &mut Vec<Condition>
pub fn cases(&self) -> &Vec<Case>
pub fn cases_mut(&mut self) -> &mut Vec<Case>
Auto Trait Implementations§
impl Freeze for StringConditionCommand
impl RefUnwindSafe for StringConditionCommand
impl Send for StringConditionCommand
impl Sync for StringConditionCommand
impl Unpin for StringConditionCommand
impl UnwindSafe for StringConditionCommand
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