Enum azure_mgmt_postgresql::package_flexibleserver_2022_03_preview::models::server_properties_for_update::CreateMode
source · pub enum CreateMode {
Default,
Update,
UnknownValue(String),
}Expand description
The mode to update a new PostgreSQL server.
Variants§
Implementations§
source§impl CreateMode
impl CreateMode
pub fn serialize<__S>(
__self: &CreateMode,
__serializer: __S
) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
source§impl<'de> CreateMode
impl<'de> CreateMode
pub fn deserialize<__D>(__deserializer: __D) -> Result<CreateMode, __D::Error>where
__D: Deserializer<'de>,
Trait Implementations§
source§impl Clone for CreateMode
impl Clone for CreateMode
source§fn clone(&self) -> CreateMode
fn clone(&self) -> CreateMode
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 CreateMode
impl Debug for CreateMode
source§impl<'de> Deserialize<'de> for CreateMode
impl<'de> Deserialize<'de> for CreateMode
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 FromStr for CreateMode
impl FromStr for CreateMode
source§impl PartialEq for CreateMode
impl PartialEq for CreateMode
source§fn eq(&self, other: &CreateMode) -> bool
fn eq(&self, other: &CreateMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CreateMode
impl Serialize for CreateMode
impl StructuralPartialEq for CreateMode
Auto Trait Implementations§
impl RefUnwindSafe for CreateMode
impl Send for CreateMode
impl Sync for CreateMode
impl Unpin for CreateMode
impl UnwindSafe for CreateMode
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