pub struct ApplicationConfigConnection {
pub dataset: Option<ApplicationConfigConnectionDataset>,
pub application: Option<ApplicationConfigConnectionApplication>,
}
Expand description
Fields§
§dataset: Option<ApplicationConfigConnectionDataset>
§application: Option<ApplicationConfigConnectionApplication>
Implementations§
Source§impl ApplicationConfigConnection
impl ApplicationConfigConnection
pub fn new() -> ApplicationConfigConnection
Trait Implementations§
Source§impl Clone for ApplicationConfigConnection
impl Clone for ApplicationConfigConnection
Source§fn clone(&self) -> ApplicationConfigConnection
fn clone(&self) -> ApplicationConfigConnection
Returns a copy 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 ApplicationConfigConnection
impl Debug for ApplicationConfigConnection
Source§impl<'de> Deserialize<'de> for ApplicationConfigConnection
impl<'de> Deserialize<'de> for ApplicationConfigConnection
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
impl StructuralPartialEq for ApplicationConfigConnection
Auto Trait Implementations§
impl Freeze for ApplicationConfigConnection
impl RefUnwindSafe for ApplicationConfigConnection
impl Send for ApplicationConfigConnection
impl Sync for ApplicationConfigConnection
impl Unpin for ApplicationConfigConnection
impl UnwindSafe for ApplicationConfigConnection
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