pub struct SourceControlSyncJobStream {
pub id: Option<String>,
pub properties: Option<SourceControlSyncJobStreamProperties>,
}Expand description
Definition of the source control sync job stream.
Fields§
§id: Option<String>Resource id.
properties: Option<SourceControlSyncJobStreamProperties>Definition of source control sync job stream properties.
Implementations§
Trait Implementations§
Source§impl Clone for SourceControlSyncJobStream
impl Clone for SourceControlSyncJobStream
Source§fn clone(&self) -> SourceControlSyncJobStream
fn clone(&self) -> SourceControlSyncJobStream
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 SourceControlSyncJobStream
impl Debug for SourceControlSyncJobStream
Source§impl Default for SourceControlSyncJobStream
impl Default for SourceControlSyncJobStream
Source§fn default() -> SourceControlSyncJobStream
fn default() -> SourceControlSyncJobStream
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SourceControlSyncJobStream
impl<'de> Deserialize<'de> for SourceControlSyncJobStream
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 SourceControlSyncJobStream
Auto Trait Implementations§
impl Freeze for SourceControlSyncJobStream
impl RefUnwindSafe for SourceControlSyncJobStream
impl Send for SourceControlSyncJobStream
impl Sync for SourceControlSyncJobStream
impl Unpin for SourceControlSyncJobStream
impl UnwindSafe for SourceControlSyncJobStream
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