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