pub struct BackgroundTaskScope {
pub session_id: String,
}Fields§
§session_id: StringTrait Implementations§
Source§impl Clone for BackgroundTaskScope
impl Clone for BackgroundTaskScope
Source§fn clone(&self) -> BackgroundTaskScope
fn clone(&self) -> BackgroundTaskScope
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 BackgroundTaskScope
impl Debug for BackgroundTaskScope
Source§impl Default for BackgroundTaskScope
impl Default for BackgroundTaskScope
Source§fn default() -> BackgroundTaskScope
fn default() -> BackgroundTaskScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackgroundTaskScope
impl<'de> Deserialize<'de> for BackgroundTaskScope
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 BackgroundTaskScope
impl RefUnwindSafe for BackgroundTaskScope
impl Send for BackgroundTaskScope
impl Sync for BackgroundTaskScope
impl Unpin for BackgroundTaskScope
impl UnsafeUnpin for BackgroundTaskScope
impl UnwindSafe for BackgroundTaskScope
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