pub struct ChewingContext { /* private fields */ }Trait Implementations§
Source§impl Clone for ChewingContext
impl Clone for ChewingContext
Source§fn clone(&self) -> ChewingContext
fn clone(&self) -> ChewingContext
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 ChewingContext
impl Debug for ChewingContext
impl Copy for ChewingContext
Auto Trait Implementations§
impl Freeze for ChewingContext
impl RefUnwindSafe for ChewingContext
impl Send for ChewingContext
impl Sync for ChewingContext
impl Unpin for ChewingContext
impl UnwindSafe for ChewingContext
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