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