pub struct CosmosAccount {
pub name: String,
pub location: String,
pub kind: Option<String>,
pub endpoint: String,
pub resource_group: String,
pub id: String,
}Expand description
A Cosmos DB account discovered via ARM
Fields§
§name: String§location: String§kind: Option<String>§endpoint: String§resource_group: String§id: StringTrait Implementations§
Source§impl Clone for CosmosAccount
impl Clone for CosmosAccount
Source§fn clone(&self) -> CosmosAccount
fn clone(&self) -> CosmosAccount
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 moreAuto Trait Implementations§
impl Freeze for CosmosAccount
impl RefUnwindSafe for CosmosAccount
impl Send for CosmosAccount
impl Sync for CosmosAccount
impl Unpin for CosmosAccount
impl UnsafeUnpin for CosmosAccount
impl UnwindSafe for CosmosAccount
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