pub struct SyncAgent {
pub proxy_resource: ProxyResource,
pub properties: Option<SyncAgentProperties>,
}Expand description
An Azure SQL Database sync agent.
Fields§
§proxy_resource: ProxyResource§properties: Option<SyncAgentProperties>Properties of an Azure SQL Database sync agent.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SyncAgent
impl<'de> Deserialize<'de> for SyncAgent
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
impl StructuralPartialEq for SyncAgent
Auto Trait Implementations§
impl Freeze for SyncAgent
impl RefUnwindSafe for SyncAgent
impl Send for SyncAgent
impl Sync for SyncAgent
impl Unpin for SyncAgent
impl UnwindSafe for SyncAgent
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