pub struct AccessConnectorUpdate {
pub tags: Option<Value>,
pub identity: Option<ManagedServiceIdentity>,
}
Expand description
An update to an azure databricks accessConnector.
Fields§
Resource tags.
identity: Option<ManagedServiceIdentity>
Managed service identity (system assigned and/or user assigned identities)
Implementations§
Trait Implementations§
source§impl Clone for AccessConnectorUpdate
impl Clone for AccessConnectorUpdate
source§fn clone(&self) -> AccessConnectorUpdate
fn clone(&self) -> AccessConnectorUpdate
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 AccessConnectorUpdate
impl Debug for AccessConnectorUpdate
source§impl Default for AccessConnectorUpdate
impl Default for AccessConnectorUpdate
source§fn default() -> AccessConnectorUpdate
fn default() -> AccessConnectorUpdate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AccessConnectorUpdate
impl<'de> Deserialize<'de> for AccessConnectorUpdate
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<AccessConnectorUpdate> for AccessConnectorUpdate
impl PartialEq<AccessConnectorUpdate> for AccessConnectorUpdate
source§fn eq(&self, other: &AccessConnectorUpdate) -> bool
fn eq(&self, other: &AccessConnectorUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AccessConnectorUpdate
impl Serialize for AccessConnectorUpdate
impl StructuralPartialEq for AccessConnectorUpdate
Auto Trait Implementations§
impl RefUnwindSafe for AccessConnectorUpdate
impl Send for AccessConnectorUpdate
impl Sync for AccessConnectorUpdate
impl Unpin for AccessConnectorUpdate
impl UnwindSafe for AccessConnectorUpdate
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