pub struct CatalogDefinition {
pub endpoint: OneOfEndpointDefinitionOrUri,
}Expand description
Represents the definition of a workflow component catalog
Fields§
§endpoint: OneOfEndpointDefinitionOrUriGets/sets the endpoint that defines the root URL at which the catalog is located
Trait Implementations§
Source§impl Clone for CatalogDefinition
impl Clone for CatalogDefinition
Source§fn clone(&self) -> CatalogDefinition
fn clone(&self) -> CatalogDefinition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CatalogDefinition
impl Debug for CatalogDefinition
Source§impl Default for CatalogDefinition
impl Default for CatalogDefinition
Source§fn default() -> CatalogDefinition
fn default() -> CatalogDefinition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CatalogDefinition
impl<'de> Deserialize<'de> for CatalogDefinition
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 CatalogDefinition
impl PartialEq for CatalogDefinition
Source§fn eq(&self, other: &CatalogDefinition) -> bool
fn eq(&self, other: &CatalogDefinition) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CatalogDefinition
impl Serialize for CatalogDefinition
impl Eq for CatalogDefinition
impl StructuralPartialEq for CatalogDefinition
Auto Trait Implementations§
impl Freeze for CatalogDefinition
impl RefUnwindSafe for CatalogDefinition
impl Send for CatalogDefinition
impl Sync for CatalogDefinition
impl Unpin for CatalogDefinition
impl UnsafeUnpin for CatalogDefinition
impl UnwindSafe for CatalogDefinition
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