pub struct Operation { /* private fields */ }Implementations§
Source§impl Operation
impl Operation
pub fn new(operation: u8) -> Self
pub fn operation(&self) -> &StringOperation
pub fn operation_mut(&mut self) -> &mut StringOperation
pub fn input_cancel(&self) -> bool
pub fn input_cancel_mut(&mut self) -> &mut bool
pub fn input_replace(&self) -> bool
pub fn input_replace_mut(&mut self) -> &mut bool
Trait Implementations§
impl StructuralPartialEq for Operation
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
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