pub struct CorrectionSet {
pub bindings: HashMap<u32, CorrectionBinding>,
}Fields§
§bindings: HashMap<u32, CorrectionBinding>Trait Implementations§
Source§impl Clone for CorrectionSet
impl Clone for CorrectionSet
Source§fn clone(&self) -> CorrectionSet
fn clone(&self) -> CorrectionSet
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 CorrectionSet
impl Debug for CorrectionSet
Source§impl Default for CorrectionSet
impl Default for CorrectionSet
Source§fn default() -> CorrectionSet
fn default() -> CorrectionSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CorrectionSet
impl RefUnwindSafe for CorrectionSet
impl Send for CorrectionSet
impl Sync for CorrectionSet
impl Unpin for CorrectionSet
impl UnwindSafe for CorrectionSet
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