pub enum TextAffinity {
Upstream,
Downstream,
}Variants§
Trait Implementations§
Source§impl Clone for TextAffinity
impl Clone for TextAffinity
Source§fn clone(&self) -> TextAffinity
fn clone(&self) -> TextAffinity
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 TextAffinity
Source§impl Debug for TextAffinity
impl Debug for TextAffinity
Source§impl Default for TextAffinity
impl Default for TextAffinity
Source§fn default() -> TextAffinity
fn default() -> TextAffinity
Returns the “default value” for a type. Read more
impl Eq for TextAffinity
Source§impl Hash for TextAffinity
impl Hash for TextAffinity
Source§impl PartialEq for TextAffinity
impl PartialEq for TextAffinity
impl StructuralPartialEq for TextAffinity
Auto Trait Implementations§
impl Freeze for TextAffinity
impl RefUnwindSafe for TextAffinity
impl Send for TextAffinity
impl Sync for TextAffinity
impl Unpin for TextAffinity
impl UnsafeUnpin for TextAffinity
impl UnwindSafe for TextAffinity
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