pub struct SourceControlUpdateParameters {
pub properties: Option<SourceControlUpdateProperties>,
}Expand description
The parameters supplied to the update source control operation.
Fields§
§properties: Option<SourceControlUpdateProperties>The properties of the update source control
Implementations§
Trait Implementations§
Source§impl Clone for SourceControlUpdateParameters
impl Clone for SourceControlUpdateParameters
Source§fn clone(&self) -> SourceControlUpdateParameters
fn clone(&self) -> SourceControlUpdateParameters
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 Default for SourceControlUpdateParameters
impl Default for SourceControlUpdateParameters
Source§fn default() -> SourceControlUpdateParameters
fn default() -> SourceControlUpdateParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SourceControlUpdateParameters
impl<'de> Deserialize<'de> for SourceControlUpdateParameters
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 SourceControlUpdateParameters
impl PartialEq for SourceControlUpdateParameters
Source§fn eq(&self, other: &SourceControlUpdateParameters) -> bool
fn eq(&self, other: &SourceControlUpdateParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SourceControlUpdateParameters
Auto Trait Implementations§
impl Freeze for SourceControlUpdateParameters
impl RefUnwindSafe for SourceControlUpdateParameters
impl Send for SourceControlUpdateParameters
impl Sync for SourceControlUpdateParameters
impl Unpin for SourceControlUpdateParameters
impl UnwindSafe for SourceControlUpdateParameters
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