pub struct HealthcheckConfigId(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for HealthcheckConfigId
impl Clone for HealthcheckConfigId
Source§fn clone(&self) -> HealthcheckConfigId
fn clone(&self) -> HealthcheckConfigId
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 HealthcheckConfigId
impl Debug for HealthcheckConfigId
Source§impl<'de> Deserialize<'de> for HealthcheckConfigId
impl<'de> Deserialize<'de> for HealthcheckConfigId
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 From<&str> for HealthcheckConfigId
impl From<&str> for HealthcheckConfigId
Source§impl From<String> for HealthcheckConfigId
impl From<String> for HealthcheckConfigId
Source§impl IntoID<HealthcheckConfigId> for HealthcheckConfig
impl IntoID<HealthcheckConfigId> for HealthcheckConfig
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<HealthcheckConfigId, DaggerError>> + Send>>
Source§impl IntoID<HealthcheckConfigId> for HealthcheckConfigId
impl IntoID<HealthcheckConfigId> for HealthcheckConfigId
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<HealthcheckConfigId, DaggerError>> + Send>>
Source§impl PartialEq for HealthcheckConfigId
impl PartialEq for HealthcheckConfigId
Source§impl Serialize for HealthcheckConfigId
impl Serialize for HealthcheckConfigId
impl StructuralPartialEq for HealthcheckConfigId
Auto Trait Implementations§
impl Freeze for HealthcheckConfigId
impl RefUnwindSafe for HealthcheckConfigId
impl Send for HealthcheckConfigId
impl Sync for HealthcheckConfigId
impl Unpin for HealthcheckConfigId
impl UnsafeUnpin for HealthcheckConfigId
impl UnwindSafe for HealthcheckConfigId
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