pub struct FocusOrder(/* private fields */);Expand description
Focus order metadata.
Implementations§
Source§impl FocusOrder
impl FocusOrder
Trait Implementations§
Source§impl Clone for FocusOrder
impl Clone for FocusOrder
Source§fn clone(&self) -> FocusOrder
fn clone(&self) -> FocusOrder
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 FocusOrder
impl Debug for FocusOrder
Source§impl Hash for FocusOrder
impl Hash for FocusOrder
Source§impl Ord for FocusOrder
impl Ord for FocusOrder
Source§fn cmp(&self, other: &FocusOrder) -> Ordering
fn cmp(&self, other: &FocusOrder) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FocusOrder
impl PartialEq for FocusOrder
Source§fn eq(&self, other: &FocusOrder) -> bool
fn eq(&self, other: &FocusOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FocusOrder
impl PartialOrd for FocusOrder
impl Copy for FocusOrder
impl Eq for FocusOrder
impl StructuralPartialEq for FocusOrder
Auto Trait Implementations§
impl Freeze for FocusOrder
impl RefUnwindSafe for FocusOrder
impl Send for FocusOrder
impl Sync for FocusOrder
impl Unpin for FocusOrder
impl UnsafeUnpin for FocusOrder
impl UnwindSafe for FocusOrder
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