Enum nvim_gtk::settings::FontSource
source · [−]pub enum FontSource {
Rpc,
Gnome,
Default,
}Variants
Rpc
Gnome
Default
Trait Implementations
sourceimpl PartialEq<FontSource> for FontSource
impl PartialEq<FontSource> for FontSource
sourcefn eq(&self, other: &FontSource) -> bool
fn eq(&self, other: &FontSource) -> bool
impl StructuralPartialEq for FontSource
Auto Trait Implementations
impl RefUnwindSafe for FontSource
impl Send for FontSource
impl Sync for FontSource
impl Unpin for FontSource
impl UnwindSafe for FontSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more