pub struct SemanticProfileId(pub Uuid);Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
Source§impl Clone for SemanticProfileId
impl Clone for SemanticProfileId
Source§fn clone(&self) -> SemanticProfileId
fn clone(&self) -> SemanticProfileId
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 Debug for SemanticProfileId
impl Debug for SemanticProfileId
Source§impl Default for SemanticProfileId
impl Default for SemanticProfileId
Source§impl<'de> Deserialize<'de> for SemanticProfileId
impl<'de> Deserialize<'de> for SemanticProfileId
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 SemanticProfileId
impl Display for SemanticProfileId
Source§impl Hash for SemanticProfileId
impl Hash for SemanticProfileId
Source§impl PartialEq for SemanticProfileId
impl PartialEq for SemanticProfileId
Source§impl Serialize for SemanticProfileId
impl Serialize for SemanticProfileId
impl Eq for SemanticProfileId
impl StructuralPartialEq for SemanticProfileId
Auto Trait Implementations§
impl Freeze for SemanticProfileId
impl RefUnwindSafe for SemanticProfileId
impl Send for SemanticProfileId
impl Sync for SemanticProfileId
impl Unpin for SemanticProfileId
impl UnsafeUnpin for SemanticProfileId
impl UnwindSafe for SemanticProfileId
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