pub struct RoutineCtrl {
pub routine_id: RoutineId,
pub option_record: Vec<u8>,
}Fields§
§routine_id: RoutineId§option_record: Vec<u8>Trait Implementations§
Source§impl Clone for RoutineCtrl
impl Clone for RoutineCtrl
Source§fn clone(&self) -> RoutineCtrl
fn clone(&self) -> RoutineCtrl
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 Debug for RoutineCtrl
impl Debug for RoutineCtrl
Source§impl RequestData for RoutineCtrl
impl RequestData for RoutineCtrl
Auto Trait Implementations§
impl Freeze for RoutineCtrl
impl RefUnwindSafe for RoutineCtrl
impl Send for RoutineCtrl
impl Sync for RoutineCtrl
impl Unpin for RoutineCtrl
impl UnwindSafe for RoutineCtrl
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