pub struct ServerUpdate {
pub identity: Option<ResourceIdentity>,
pub properties: Option<ServerProperties>,
pub tags: Option<Value>,
}Expand description
An update request for an Azure SQL Database server.
Fields§
§identity: Option<ResourceIdentity>Azure Active Directory identity configuration for a resource.
properties: Option<ServerProperties>The properties of a server.
Resource tags.
Implementations§
Source§impl ServerUpdate
impl ServerUpdate
Trait Implementations§
Source§impl Clone for ServerUpdate
impl Clone for ServerUpdate
Source§fn clone(&self) -> ServerUpdate
fn clone(&self) -> ServerUpdate
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 Debug for ServerUpdate
impl Debug for ServerUpdate
Source§impl Default for ServerUpdate
impl Default for ServerUpdate
Source§fn default() -> ServerUpdate
fn default() -> ServerUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServerUpdate
impl<'de> Deserialize<'de> for ServerUpdate
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 ServerUpdate
impl PartialEq for ServerUpdate
Source§impl Serialize for ServerUpdate
impl Serialize for ServerUpdate
impl StructuralPartialEq for ServerUpdate
Auto Trait Implementations§
impl Freeze for ServerUpdate
impl RefUnwindSafe for ServerUpdate
impl Send for ServerUpdate
impl Sync for ServerUpdate
impl Unpin for ServerUpdate
impl UnwindSafe for ServerUpdate
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