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