pub struct BridgePendingTaskSource {
pub type: BridgePendingTaskSourceType,
pub agent_id: Option<String>,
pub user_id: Option<String>,
}Expand description
BridgePendingTaskSource model.
Fields§
§type: BridgePendingTaskSourceType§agent_id: Option<String>§user_id: Option<String>Trait Implementations§
Source§impl Clone for BridgePendingTaskSource
impl Clone for BridgePendingTaskSource
Source§fn clone(&self) -> BridgePendingTaskSource
fn clone(&self) -> BridgePendingTaskSource
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 BridgePendingTaskSource
impl Debug for BridgePendingTaskSource
Source§impl Default for BridgePendingTaskSource
impl Default for BridgePendingTaskSource
Source§fn default() -> BridgePendingTaskSource
fn default() -> BridgePendingTaskSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BridgePendingTaskSource
impl<'de> Deserialize<'de> for BridgePendingTaskSource
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 BridgePendingTaskSource
impl PartialEq for BridgePendingTaskSource
Source§impl Serialize for BridgePendingTaskSource
impl Serialize for BridgePendingTaskSource
impl StructuralPartialEq for BridgePendingTaskSource
Auto Trait Implementations§
impl Freeze for BridgePendingTaskSource
impl RefUnwindSafe for BridgePendingTaskSource
impl Send for BridgePendingTaskSource
impl Sync for BridgePendingTaskSource
impl Unpin for BridgePendingTaskSource
impl UnsafeUnpin for BridgePendingTaskSource
impl UnwindSafe for BridgePendingTaskSource
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