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