pub enum EditBinding {
Strong,
Weak,
Same,
}Variants§
Trait Implementations§
Source§impl Clone for EditBinding
impl Clone for EditBinding
Source§fn clone(&self) -> EditBinding
fn clone(&self) -> EditBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EditBinding
Source§impl Debug for EditBinding
impl Debug for EditBinding
Source§impl Default for EditBinding
impl Default for EditBinding
impl Eq for EditBinding
Source§impl FromStr for EditBinding
impl FromStr for EditBinding
Source§impl PartialEq for EditBinding
impl PartialEq for EditBinding
Source§fn eq(&self, other: &EditBinding) -> bool
fn eq(&self, other: &EditBinding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EditBinding
Auto Trait Implementations§
impl Freeze for EditBinding
impl RefUnwindSafe for EditBinding
impl Send for EditBinding
impl Sync for EditBinding
impl Unpin for EditBinding
impl UnsafeUnpin for EditBinding
impl UnwindSafe for EditBinding
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