pub struct ProviderSpecificProperty {
pub name: String,
pub value: String,
}Expand description
Provider-specific properties associated with an Endpoint
Fields§
§name: StringName of the property.
value: StringValue of the property.
Trait Implementations§
Source§impl Clone for ProviderSpecificProperty
impl Clone for ProviderSpecificProperty
Source§fn clone(&self) -> ProviderSpecificProperty
fn clone(&self) -> ProviderSpecificProperty
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 ProviderSpecificProperty
impl Debug for ProviderSpecificProperty
Source§impl<'de> Deserialize<'de> for ProviderSpecificProperty
impl<'de> Deserialize<'de> for ProviderSpecificProperty
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 PartialEq for ProviderSpecificProperty
impl PartialEq for ProviderSpecificProperty
Source§impl Serialize for ProviderSpecificProperty
impl Serialize for ProviderSpecificProperty
impl Eq for ProviderSpecificProperty
impl StructuralPartialEq for ProviderSpecificProperty
Auto Trait Implementations§
impl Freeze for ProviderSpecificProperty
impl RefUnwindSafe for ProviderSpecificProperty
impl Send for ProviderSpecificProperty
impl Sync for ProviderSpecificProperty
impl Unpin for ProviderSpecificProperty
impl UnwindSafe for ProviderSpecificProperty
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