pub struct LinkWorkItemsRequest {
pub realm_id: Option<String>,
pub namespace: Option<WorkNamespace>,
pub kind: WorkEdgeKind,
pub from_id: WorkItemId,
pub to_id: WorkItemId,
}Fields§
§realm_id: Option<String>§namespace: Option<WorkNamespace>§kind: WorkEdgeKind§from_id: WorkItemId§to_id: WorkItemIdTrait Implementations§
Source§impl Clone for LinkWorkItemsRequest
impl Clone for LinkWorkItemsRequest
Source§fn clone(&self) -> LinkWorkItemsRequest
fn clone(&self) -> LinkWorkItemsRequest
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 LinkWorkItemsRequest
impl Debug for LinkWorkItemsRequest
Source§impl<'de> Deserialize<'de> for LinkWorkItemsRequest
impl<'de> Deserialize<'de> for LinkWorkItemsRequest
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 LinkWorkItemsRequest
impl RefUnwindSafe for LinkWorkItemsRequest
impl Send for LinkWorkItemsRequest
impl Sync for LinkWorkItemsRequest
impl Unpin for LinkWorkItemsRequest
impl UnsafeUnpin for LinkWorkItemsRequest
impl UnwindSafe for LinkWorkItemsRequest
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