pub enum TextIntent {
Control,
Content,
}Variants§
Trait Implementations§
Source§impl Clone for TextIntent
impl Clone for TextIntent
Source§fn clone(&self) -> TextIntent
fn clone(&self) -> TextIntent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextIntent
impl Debug for TextIntent
Source§impl PartialEq for TextIntent
impl PartialEq for TextIntent
impl Copy for TextIntent
impl Eq for TextIntent
impl StructuralPartialEq for TextIntent
Auto Trait Implementations§
impl Freeze for TextIntent
impl RefUnwindSafe for TextIntent
impl Send for TextIntent
impl Sync for TextIntent
impl Unpin for TextIntent
impl UnsafeUnpin for TextIntent
impl UnwindSafe for TextIntent
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