pub struct RunLaunchSpec { /* private fields */ }Implementations§
Source§impl RunLaunchSpec
impl RunLaunchSpec
pub const DURABLE: Self
pub const TRANSIENT: Self
pub const DETACHED: Self
pub const HTTP_RUN_API: Self = Self::DURABLE
pub const HTTP_DIALOG: Self = Self::DETACHED
pub const BACKGROUND_TASK: Self = Self::DURABLE
Trait Implementations§
Source§impl Clone for RunLaunchSpec
impl Clone for RunLaunchSpec
Source§fn clone(&self) -> RunLaunchSpec
fn clone(&self) -> RunLaunchSpec
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 RunLaunchSpec
impl Debug for RunLaunchSpec
Source§impl PartialEq for RunLaunchSpec
impl PartialEq for RunLaunchSpec
impl Copy for RunLaunchSpec
impl Eq for RunLaunchSpec
impl StructuralPartialEq for RunLaunchSpec
Auto Trait Implementations§
impl Freeze for RunLaunchSpec
impl RefUnwindSafe for RunLaunchSpec
impl Send for RunLaunchSpec
impl Sync for RunLaunchSpec
impl Unpin for RunLaunchSpec
impl UnsafeUnpin for RunLaunchSpec
impl UnwindSafe for RunLaunchSpec
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.