pub enum ContextIdSource {
Direct(String),
FromTask {
task_id: String,
},
}Variants§
Trait Implementations§
Source§impl Clone for ContextIdSource
impl Clone for ContextIdSource
Source§fn clone(&self) -> ContextIdSource
fn clone(&self) -> ContextIdSource
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 moreAuto Trait Implementations§
impl Freeze for ContextIdSource
impl RefUnwindSafe for ContextIdSource
impl Send for ContextIdSource
impl Sync for ContextIdSource
impl Unpin for ContextIdSource
impl UnwindSafe for ContextIdSource
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