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