pub struct ApplicationConfigConnectionDataset {
pub location: String,
pub credentials: ApplicationConfigDatasetCredentials,
}
Expand description
Fields§
§location: String
§credentials: ApplicationConfigDatasetCredentials
Implementations§
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<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 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 ==
.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