pub struct WorkUnitSourceRef {
pub source_kind: WorkSourceKind,
pub project_id: Option<String>,
pub channel_id: Option<String>,
pub thread_id: Option<String>,
pub message_id: Option<String>,
pub external_ref: Option<String>,
pub source_url: Option<String>,
}Fields§
§source_kind: WorkSourceKind§project_id: Option<String>§channel_id: Option<String>§thread_id: Option<String>§message_id: Option<String>§external_ref: Option<String>§source_url: Option<String>Trait Implementations§
Source§impl Clone for WorkUnitSourceRef
impl Clone for WorkUnitSourceRef
Source§fn clone(&self) -> WorkUnitSourceRef
fn clone(&self) -> WorkUnitSourceRef
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 WorkUnitSourceRef
impl Debug for WorkUnitSourceRef
Source§impl Default for WorkUnitSourceRef
impl Default for WorkUnitSourceRef
Source§impl<'de> Deserialize<'de> for WorkUnitSourceRef
impl<'de> Deserialize<'de> for WorkUnitSourceRef
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 WorkUnitSourceRef
impl PartialEq for WorkUnitSourceRef
Source§impl Serialize for WorkUnitSourceRef
impl Serialize for WorkUnitSourceRef
impl Eq for WorkUnitSourceRef
impl StructuralPartialEq for WorkUnitSourceRef
Auto Trait Implementations§
impl Freeze for WorkUnitSourceRef
impl RefUnwindSafe for WorkUnitSourceRef
impl Send for WorkUnitSourceRef
impl Sync for WorkUnitSourceRef
impl Unpin for WorkUnitSourceRef
impl UnsafeUnpin for WorkUnitSourceRef
impl UnwindSafe for WorkUnitSourceRef
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