pub struct ApplicationConfigConnectionApplication {
pub workflow_domain: String,
}
Expand description
Fields§
§workflow_domain: String
Implementations§
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<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 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 ==
.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