pub struct FunnelProgressId(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for FunnelProgressId
impl AsRef<str> for FunnelProgressId
Source§impl Borrow<str> for FunnelProgressId
impl Borrow<str> for FunnelProgressId
Source§impl Clone for FunnelProgressId
impl Clone for FunnelProgressId
Source§fn clone(&self) -> FunnelProgressId
fn clone(&self) -> FunnelProgressId
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 FunnelProgressId
impl Debug for FunnelProgressId
Source§impl<'de> Deserialize<'de> for FunnelProgressId
impl<'de> Deserialize<'de> for FunnelProgressId
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 FunnelProgressId
impl Display for FunnelProgressId
Source§impl From<&FunnelProgressId> for String
impl From<&FunnelProgressId> for String
Source§fn from(id: &FunnelProgressId) -> Self
fn from(id: &FunnelProgressId) -> Self
Converts to this type from the input type.
Source§impl From<&str> for FunnelProgressId
impl From<&str> for FunnelProgressId
Source§impl From<FunnelProgressId> for String
impl From<FunnelProgressId> for String
Source§fn from(id: FunnelProgressId) -> Self
fn from(id: FunnelProgressId) -> Self
Converts to this type from the input type.
Source§impl From<String> for FunnelProgressId
impl From<String> for FunnelProgressId
Source§impl Hash for FunnelProgressId
impl Hash for FunnelProgressId
Source§impl PartialEq<&str> for FunnelProgressId
impl PartialEq<&str> for FunnelProgressId
Source§impl PartialEq<FunnelProgressId> for &str
impl PartialEq<FunnelProgressId> for &str
Source§impl PartialEq<FunnelProgressId> for str
impl PartialEq<FunnelProgressId> for str
Source§impl PartialEq<str> for FunnelProgressId
impl PartialEq<str> for FunnelProgressId
Source§impl PartialEq for FunnelProgressId
impl PartialEq for FunnelProgressId
Source§impl Serialize for FunnelProgressId
impl Serialize for FunnelProgressId
Source§impl ToDbValue for &FunnelProgressId
impl ToDbValue for &FunnelProgressId
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
Source§impl ToDbValue for FunnelProgressId
impl ToDbValue for FunnelProgressId
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
impl Eq for FunnelProgressId
impl StructuralPartialEq for FunnelProgressId
Auto Trait Implementations§
impl Freeze for FunnelProgressId
impl RefUnwindSafe for FunnelProgressId
impl Send for FunnelProgressId
impl Sync for FunnelProgressId
impl Unpin for FunnelProgressId
impl UnwindSafe for FunnelProgressId
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.