pub struct AggregateEventTypesOut {
pub id: String,
pub status: BackgroundTaskStatus,
pub task: BackgroundTaskType,
}
Fields§
§id: String
§status: BackgroundTaskStatus
§task: BackgroundTaskType
Implementations§
Source§impl AggregateEventTypesOut
impl AggregateEventTypesOut
pub fn new( id: String, status: BackgroundTaskStatus, task: BackgroundTaskType, ) -> AggregateEventTypesOut
Trait Implementations§
Source§impl Clone for AggregateEventTypesOut
impl Clone for AggregateEventTypesOut
Source§fn clone(&self) -> AggregateEventTypesOut
fn clone(&self) -> AggregateEventTypesOut
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 AggregateEventTypesOut
impl Debug for AggregateEventTypesOut
Source§impl Default for AggregateEventTypesOut
impl Default for AggregateEventTypesOut
Source§fn default() -> AggregateEventTypesOut
fn default() -> AggregateEventTypesOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AggregateEventTypesOut
impl<'de> Deserialize<'de> for AggregateEventTypesOut
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 AggregateEventTypesOut
impl PartialEq for AggregateEventTypesOut
Source§impl Serialize for AggregateEventTypesOut
impl Serialize for AggregateEventTypesOut
impl StructuralPartialEq for AggregateEventTypesOut
Auto Trait Implementations§
impl Freeze for AggregateEventTypesOut
impl RefUnwindSafe for AggregateEventTypesOut
impl Send for AggregateEventTypesOut
impl Sync for AggregateEventTypesOut
impl Unpin for AggregateEventTypesOut
impl UnwindSafe for AggregateEventTypesOut
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