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