Struct makepad_code_editor::tokenizer::InitialState
source · pub struct InitialState;Trait Implementations§
source§impl Clone for InitialState
impl Clone for InitialState
source§fn clone(&self) -> InitialState
fn clone(&self) -> InitialState
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 InitialState
impl Debug for InitialState
source§impl Hash for InitialState
impl Hash for InitialState
source§impl PartialEq<InitialState> for InitialState
impl PartialEq<InitialState> for InitialState
source§fn eq(&self, other: &InitialState) -> bool
fn eq(&self, other: &InitialState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for InitialState
impl Eq for InitialState
impl StructuralEq for InitialState
impl StructuralPartialEq for InitialState
Auto Trait Implementations§
impl RefUnwindSafe for InitialState
impl Send for InitialState
impl Sync for InitialState
impl Unpin for InitialState
impl UnwindSafe for InitialState
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