pub struct LearningId(Uuid);Expand description
Type-safe ID for agent learning entities.
Tuple Fields§
§0: UuidTrait Implementations§
Source§impl Clone for LearningId
impl Clone for LearningId
Source§fn clone(&self) -> LearningId
fn clone(&self) -> LearningId
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 ComposeSchema for LearningId
impl ComposeSchema for LearningId
Source§impl Debug for LearningId
impl Debug for LearningId
Source§impl Default for LearningId
impl Default for LearningId
Source§impl<'de> Deserialize<'de> for LearningId
impl<'de> Deserialize<'de> for LearningId
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 LearningId
impl Display for LearningId
Source§impl EntityIdType for LearningId
impl EntityIdType for LearningId
Source§const ENTITY_NAME: &'static str = "learning"
const ENTITY_NAME: &'static str = "learning"
The name of the entity type (e.g., “tenant”, “trajectory”).
Source§impl FromStr for LearningId
impl FromStr for LearningId
Source§impl Hash for LearningId
impl Hash for LearningId
Source§impl PartialEq for LearningId
impl PartialEq for LearningId
Source§impl Serialize for LearningId
impl Serialize for LearningId
Source§impl ToSchema for LearningId
impl ToSchema for LearningId
impl Copy for LearningId
impl Eq for LearningId
impl StructuralPartialEq for LearningId
Auto Trait Implementations§
impl Freeze for LearningId
impl RefUnwindSafe for LearningId
impl Send for LearningId
impl Sync for LearningId
impl Unpin for LearningId
impl UnwindSafe for LearningId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.