pub struct ConnectionUpdateProperties {
pub description: Option<String>,
pub field_definition_values: Option<Value>,
}Expand description
The properties of the update connection operation.
Fields§
§description: Option<String>Gets or sets the description of the connection.
field_definition_values: Option<Value>Gets or sets the field definition values of the connection.
Implementations§
Trait Implementations§
Source§impl Clone for ConnectionUpdateProperties
impl Clone for ConnectionUpdateProperties
Source§fn clone(&self) -> ConnectionUpdateProperties
fn clone(&self) -> ConnectionUpdateProperties
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 ConnectionUpdateProperties
impl Debug for ConnectionUpdateProperties
Source§impl Default for ConnectionUpdateProperties
impl Default for ConnectionUpdateProperties
Source§fn default() -> ConnectionUpdateProperties
fn default() -> ConnectionUpdateProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConnectionUpdateProperties
impl<'de> Deserialize<'de> for ConnectionUpdateProperties
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 ConnectionUpdateProperties
Auto Trait Implementations§
impl Freeze for ConnectionUpdateProperties
impl RefUnwindSafe for ConnectionUpdateProperties
impl Send for ConnectionUpdateProperties
impl Sync for ConnectionUpdateProperties
impl Unpin for ConnectionUpdateProperties
impl UnwindSafe for ConnectionUpdateProperties
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