pub struct EditingLanguage { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EditingLanguage
impl Clone for EditingLanguage
Source§fn clone(&self) -> EditingLanguage
fn clone(&self) -> EditingLanguage
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 EditingLanguage
impl Debug for EditingLanguage
Source§impl Default for EditingLanguage
impl Default for EditingLanguage
Source§fn default() -> EditingLanguage
fn default() -> EditingLanguage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EditingLanguage
impl RefUnwindSafe for EditingLanguage
impl Send for EditingLanguage
impl Sync for EditingLanguage
impl Unpin for EditingLanguage
impl UnwindSafe for EditingLanguage
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