pub struct VcsSyncParams {
pub workspace_id: String,
pub root_id: Option<String>,
pub provider_id: Option<String>,
pub operation: VcsSyncOperation,
}Fields§
§workspace_id: String§root_id: Option<String>§provider_id: Option<String>§operation: VcsSyncOperationTrait Implementations§
Source§impl Clone for VcsSyncParams
impl Clone for VcsSyncParams
Source§fn clone(&self) -> VcsSyncParams
fn clone(&self) -> VcsSyncParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VcsSyncParams
impl Debug for VcsSyncParams
Source§impl<'de> Deserialize<'de> for VcsSyncParams
impl<'de> Deserialize<'de> for VcsSyncParams
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
Auto Trait Implementations§
impl Freeze for VcsSyncParams
impl RefUnwindSafe for VcsSyncParams
impl Send for VcsSyncParams
impl Sync for VcsSyncParams
impl Unpin for VcsSyncParams
impl UnsafeUnpin for VcsSyncParams
impl UnwindSafe for VcsSyncParams
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