pub struct ApplicationConfigConnectionApplication {
pub workflow_domain: String,
}Expand description
Fields§
§workflow_domain: StringImplementations§
Source§impl ApplicationConfigConnectionApplication
impl ApplicationConfigConnectionApplication
pub fn new(workflow_domain: String) -> ApplicationConfigConnectionApplication
Trait Implementations§
Source§impl Clone for ApplicationConfigConnectionApplication
impl Clone for ApplicationConfigConnectionApplication
Source§fn clone(&self) -> ApplicationConfigConnectionApplication
fn clone(&self) -> ApplicationConfigConnectionApplication
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<'de> Deserialize<'de> for ApplicationConfigConnectionApplication
impl<'de> Deserialize<'de> for ApplicationConfigConnectionApplication
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ApplicationConfigConnectionApplication, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ApplicationConfigConnectionApplication, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ApplicationConfigConnectionApplication
impl PartialEq for ApplicationConfigConnectionApplication
Source§fn eq(&self, other: &ApplicationConfigConnectionApplication) -> bool
fn eq(&self, other: &ApplicationConfigConnectionApplication) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ApplicationConfigConnectionApplication
impl Serialize for ApplicationConfigConnectionApplication
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ApplicationConfigConnectionApplication
Auto Trait Implementations§
impl Freeze for ApplicationConfigConnectionApplication
impl RefUnwindSafe for ApplicationConfigConnectionApplication
impl Send for ApplicationConfigConnectionApplication
impl Sync for ApplicationConfigConnectionApplication
impl Unpin for ApplicationConfigConnectionApplication
impl UnwindSafe for ApplicationConfigConnectionApplication
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