pub struct CorrectionBinding {
pub corrections: Vec<CorrectionType>,
}Fields§
§corrections: Vec<CorrectionType>In order, what additional bindings have been appended to this one.
Trait Implementations§
Source§impl Clone for CorrectionBinding
impl Clone for CorrectionBinding
Source§fn clone(&self) -> CorrectionBinding
fn clone(&self) -> CorrectionBinding
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 CorrectionBinding
impl Debug for CorrectionBinding
Source§impl Default for CorrectionBinding
impl Default for CorrectionBinding
Source§fn default() -> CorrectionBinding
fn default() -> CorrectionBinding
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CorrectionBinding
impl RefUnwindSafe for CorrectionBinding
impl Send for CorrectionBinding
impl Sync for CorrectionBinding
impl Unpin for CorrectionBinding
impl UnwindSafe for CorrectionBinding
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