pub struct DrawSnippetId(/* private fields */);
Expand description
Snippets are identified by unique ids.
Trait Implementations§
Source§impl Clone for DrawSnippetId
impl Clone for DrawSnippetId
Source§fn clone(&self) -> DrawSnippetId
fn clone(&self) -> DrawSnippetId
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 Data for DrawSnippetId
impl Data for DrawSnippetId
Source§impl Debug for DrawSnippetId
impl Debug for DrawSnippetId
Source§impl<'de> Deserialize<'de> for DrawSnippetId
impl<'de> Deserialize<'de> for DrawSnippetId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for DrawSnippetId
impl Hash for DrawSnippetId
Source§impl Ord for DrawSnippetId
impl Ord for DrawSnippetId
Source§fn cmp(&self, other: &DrawSnippetId) -> Ordering
fn cmp(&self, other: &DrawSnippetId) -> Ordering
1.21.0 · 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 DrawSnippetId
impl PartialEq for DrawSnippetId
Source§impl PartialOrd for DrawSnippetId
impl PartialOrd for DrawSnippetId
Source§impl Serialize for DrawSnippetId
impl Serialize for DrawSnippetId
impl Copy for DrawSnippetId
impl Eq for DrawSnippetId
impl StructuralPartialEq for DrawSnippetId
Auto Trait Implementations§
impl Freeze for DrawSnippetId
impl RefUnwindSafe for DrawSnippetId
impl Send for DrawSnippetId
impl Sync for DrawSnippetId
impl Unpin for DrawSnippetId
impl UnwindSafe for DrawSnippetId
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