pub struct SnippetId(/* private fields */);
Expand description
Snippets are identified by unique ids.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SnippetId
impl<'de> Deserialize<'de> for SnippetId
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 Ord for SnippetId
impl Ord for SnippetId
Source§impl PartialOrd for SnippetId
impl PartialOrd for SnippetId
impl Copy for SnippetId
impl Eq for SnippetId
impl StructuralPartialEq for SnippetId
Auto Trait Implementations§
impl Freeze for SnippetId
impl RefUnwindSafe for SnippetId
impl Send for SnippetId
impl Sync for SnippetId
impl Unpin for SnippetId
impl UnwindSafe for SnippetId
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