pub struct SyncDatabaseIdProperties {
pub id: Option<String>,
}Expand description
Properties of the sync database id.
Fields§
§id: Option<String>ARM resource id of sync database.
Implementations§
Trait Implementations§
Source§impl Clone for SyncDatabaseIdProperties
impl Clone for SyncDatabaseIdProperties
Source§fn clone(&self) -> SyncDatabaseIdProperties
fn clone(&self) -> SyncDatabaseIdProperties
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 SyncDatabaseIdProperties
impl Debug for SyncDatabaseIdProperties
Source§impl Default for SyncDatabaseIdProperties
impl Default for SyncDatabaseIdProperties
Source§fn default() -> SyncDatabaseIdProperties
fn default() -> SyncDatabaseIdProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SyncDatabaseIdProperties
impl<'de> Deserialize<'de> for SyncDatabaseIdProperties
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 SyncDatabaseIdProperties
impl PartialEq for SyncDatabaseIdProperties
Source§impl Serialize for SyncDatabaseIdProperties
impl Serialize for SyncDatabaseIdProperties
impl StructuralPartialEq for SyncDatabaseIdProperties
Auto Trait Implementations§
impl Freeze for SyncDatabaseIdProperties
impl RefUnwindSafe for SyncDatabaseIdProperties
impl Send for SyncDatabaseIdProperties
impl Sync for SyncDatabaseIdProperties
impl Unpin for SyncDatabaseIdProperties
impl UnwindSafe for SyncDatabaseIdProperties
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