pub struct ControlMap { /* private fields */ }
Expand description
Structure with an array containing controlmap.txt
line by line.
Implementations§
Trait Implementations§
Source§impl Clone for ControlMap
impl Clone for ControlMap
Source§fn clone(&self) -> ControlMap
fn clone(&self) -> ControlMap
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 moreSource§impl Debug for ControlMap
impl Debug for ControlMap
Source§impl<'de> Deserialize<'de> for ControlMap
impl<'de> Deserialize<'de> for ControlMap
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ControlMap
impl Display for ControlMap
Source§impl IntoIterator for ControlMap
impl IntoIterator for ControlMap
Source§impl PartialEq for ControlMap
impl PartialEq for ControlMap
Source§impl Serialize for ControlMap
impl Serialize for ControlMap
impl StructuralPartialEq for ControlMap
Auto Trait Implementations§
impl Freeze for ControlMap
impl RefUnwindSafe for ControlMap
impl Send for ControlMap
impl Sync for ControlMap
impl Unpin for ControlMap
impl UnwindSafe for ControlMap
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