pub struct FlowStepId(Uuid);Expand description
Type-safe ID for flow step entities.
Tuple Fields§
§0: UuidTrait Implementations§
Source§impl Clone for FlowStepId
impl Clone for FlowStepId
Source§fn clone(&self) -> FlowStepId
fn clone(&self) -> FlowStepId
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 FlowStepId
impl ComposeSchema for FlowStepId
Source§impl Debug for FlowStepId
impl Debug for FlowStepId
Source§impl Default for FlowStepId
impl Default for FlowStepId
Source§impl<'de> Deserialize<'de> for FlowStepId
impl<'de> Deserialize<'de> for FlowStepId
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 FlowStepId
impl Display for FlowStepId
Source§impl EntityIdType for FlowStepId
impl EntityIdType for FlowStepId
Source§const ENTITY_NAME: &'static str = "flow_step"
const ENTITY_NAME: &'static str = "flow_step"
The name of the entity type (e.g., “tenant”, “trajectory”).
Source§impl FromStr for FlowStepId
impl FromStr for FlowStepId
Source§impl Hash for FlowStepId
impl Hash for FlowStepId
Source§impl PartialEq for FlowStepId
impl PartialEq for FlowStepId
Source§impl Serialize for FlowStepId
impl Serialize for FlowStepId
Source§impl ToSchema for FlowStepId
impl ToSchema for FlowStepId
impl Copy for FlowStepId
impl Eq for FlowStepId
impl StructuralPartialEq for FlowStepId
Auto Trait Implementations§
impl Freeze for FlowStepId
impl RefUnwindSafe for FlowStepId
impl Send for FlowStepId
impl Sync for FlowStepId
impl Unpin for FlowStepId
impl UnwindSafe for FlowStepId
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.