pub struct ParameterProviderTypesEntity {
pub parameter_provider_types: Option<Vec<DocumentedTypeDto>>,
}Fields§
§parameter_provider_types: Option<Vec<DocumentedTypeDto>>Trait Implementations§
Source§impl Clone for ParameterProviderTypesEntity
impl Clone for ParameterProviderTypesEntity
Source§fn clone(&self) -> ParameterProviderTypesEntity
fn clone(&self) -> ParameterProviderTypesEntity
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 ParameterProviderTypesEntity
impl Debug for ParameterProviderTypesEntity
Source§impl Default for ParameterProviderTypesEntity
impl Default for ParameterProviderTypesEntity
Source§fn default() -> ParameterProviderTypesEntity
fn default() -> ParameterProviderTypesEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParameterProviderTypesEntity
impl<'de> Deserialize<'de> for ParameterProviderTypesEntity
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<ParameterProviderTypesEntity> for ParameterProviderTypesEntity
impl From<ParameterProviderTypesEntity> for ParameterProviderTypesEntity
Source§fn from(v: ParameterProviderTypesEntity) -> Self
fn from(v: ParameterProviderTypesEntity) -> Self
Converts to this type from the input type.
Source§impl From<ParameterProviderTypesEntity> for ParameterProviderTypesEntity
impl From<ParameterProviderTypesEntity> for ParameterProviderTypesEntity
Source§fn from(v: ParameterProviderTypesEntity) -> Self
fn from(v: ParameterProviderTypesEntity) -> Self
Converts to this type from the input type.
Source§impl From<ParameterProviderTypesEntity> for ParameterProviderTypesEntity
impl From<ParameterProviderTypesEntity> for ParameterProviderTypesEntity
Source§fn from(v: ParameterProviderTypesEntity) -> Self
fn from(v: ParameterProviderTypesEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParameterProviderTypesEntity
impl RefUnwindSafe for ParameterProviderTypesEntity
impl Send for ParameterProviderTypesEntity
impl Sync for ParameterProviderTypesEntity
impl Unpin for ParameterProviderTypesEntity
impl UnsafeUnpin for ParameterProviderTypesEntity
impl UnwindSafe for ParameterProviderTypesEntity
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