pub enum AccessibleLabelError {
EmptyLabel,
InvalidMaxWords,
}Variants§
Trait Implementations§
Source§impl Clone for AccessibleLabelError
impl Clone for AccessibleLabelError
Source§fn clone(&self) -> AccessibleLabelError
fn clone(&self) -> AccessibleLabelError
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 moreSource§impl Debug for AccessibleLabelError
impl Debug for AccessibleLabelError
Source§impl PartialEq for AccessibleLabelError
impl PartialEq for AccessibleLabelError
Source§fn eq(&self, other: &AccessibleLabelError) -> bool
fn eq(&self, other: &AccessibleLabelError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AccessibleLabelError
impl Eq for AccessibleLabelError
impl StructuralPartialEq for AccessibleLabelError
Auto Trait Implementations§
impl Freeze for AccessibleLabelError
impl RefUnwindSafe for AccessibleLabelError
impl Send for AccessibleLabelError
impl Sync for AccessibleLabelError
impl Unpin for AccessibleLabelError
impl UnsafeUnpin for AccessibleLabelError
impl UnwindSafe for AccessibleLabelError
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