pub struct GetKbdByNameRepliesTypesMapKeyActions {
pub acts_rtrn_count: Vec<u8>,
pub acts_rtrn_acts: Vec<Action>,
}
Fields§
§acts_rtrn_count: Vec<u8>
§acts_rtrn_acts: Vec<Action>
Implementations§
Trait Implementations§
source§impl Clone for GetKbdByNameRepliesTypesMapKeyActions
impl Clone for GetKbdByNameRepliesTypesMapKeyActions
source§fn clone(&self) -> GetKbdByNameRepliesTypesMapKeyActions
fn clone(&self) -> GetKbdByNameRepliesTypesMapKeyActions
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for GetKbdByNameRepliesTypesMapKeyActions
impl RefUnwindSafe for GetKbdByNameRepliesTypesMapKeyActions
impl Send for GetKbdByNameRepliesTypesMapKeyActions
impl Sync for GetKbdByNameRepliesTypesMapKeyActions
impl Unpin for GetKbdByNameRepliesTypesMapKeyActions
impl UnwindSafe for GetKbdByNameRepliesTypesMapKeyActions
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