pub struct ViewSettings { /* private fields */ }Expand description
ViewSettings holds all the parameters for an editor
Trait Implementations§
Source§impl Debug for ViewSettings
impl Debug for ViewSettings
Source§impl Default for ViewSettings
impl Default for ViewSettings
Source§fn default() -> ViewSettings
fn default() -> ViewSettings
Returns the “default value” for a type. Read more
impl Eq for ViewSettings
Source§impl Parser<'_> for ViewSettings
Public parser trait implementation that allows ViewSettings to use ::parse(input) call.
impl Parser<'_> for ViewSettings
Public parser trait implementation that allows ViewSettings to use ::parse(input) call.
Source§impl PartialEq for ViewSettings
impl PartialEq for ViewSettings
impl StructuralPartialEq for ViewSettings
Auto Trait Implementations§
impl Freeze for ViewSettings
impl RefUnwindSafe for ViewSettings
impl Send for ViewSettings
impl Sync for ViewSettings
impl Unpin for ViewSettings
impl UnsafeUnpin for ViewSettings
impl UnwindSafe for ViewSettings
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.