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