pub struct NotetakerId(/* private fields */);Expand description
Notetaker ID newtype for type safety.
Implementations§
Trait Implementations§
Source§impl Clone for NotetakerId
impl Clone for NotetakerId
Source§fn clone(&self) -> NotetakerId
fn clone(&self) -> NotetakerId
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 NotetakerId
impl Debug for NotetakerId
Source§impl<'de> Deserialize<'de> for NotetakerId
impl<'de> Deserialize<'de> for NotetakerId
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 Display for NotetakerId
impl Display for NotetakerId
impl Eq for NotetakerId
Source§impl From<&str> for NotetakerId
impl From<&str> for NotetakerId
Source§impl From<String> for NotetakerId
impl From<String> for NotetakerId
Source§impl Hash for NotetakerId
impl Hash for NotetakerId
Source§impl PartialEq for NotetakerId
impl PartialEq for NotetakerId
Source§fn eq(&self, other: &NotetakerId) -> bool
fn eq(&self, other: &NotetakerId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NotetakerId
impl Serialize for NotetakerId
impl StructuralPartialEq for NotetakerId
Auto Trait Implementations§
impl Freeze for NotetakerId
impl RefUnwindSafe for NotetakerId
impl Send for NotetakerId
impl Sync for NotetakerId
impl Unpin for NotetakerId
impl UnsafeUnpin for NotetakerId
impl UnwindSafe for NotetakerId
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