Enum fontconfig_parser::EditBinding
source · [−]pub enum EditBinding {
Strong,
Weak,
Same,
}
Variants
Strong
Weak
Same
Trait Implementations
sourceimpl Clone for EditBinding
impl Clone for EditBinding
sourcefn clone(&self) -> EditBinding
fn clone(&self) -> EditBinding
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EditBinding
impl Debug for EditBinding
sourceimpl Default for EditBinding
impl Default for EditBinding
sourceimpl FromStr for EditBinding
impl FromStr for EditBinding
sourceimpl PartialEq<EditBinding> for EditBinding
impl PartialEq<EditBinding> for EditBinding
sourcefn eq(&self, other: &EditBinding) -> bool
fn eq(&self, other: &EditBinding) -> bool
impl Copy for EditBinding
impl Eq for EditBinding
impl StructuralEq for EditBinding
impl StructuralPartialEq for EditBinding
Auto Trait Implementations
impl RefUnwindSafe for EditBinding
impl Send for EditBinding
impl Sync for EditBinding
impl Unpin for EditBinding
impl UnwindSafe for EditBinding
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