pub struct CachedRunKey {
pub kind: String,
pub run_id: Option<String>,
pub tags_json: Option<String>,
pub expires_ms: Option<i64>,
}Fields§
§kind: String§run_id: Option<String>§expires_ms: Option<i64>Trait Implementations§
Source§impl Clone for CachedRunKey
impl Clone for CachedRunKey
Source§fn clone(&self) -> CachedRunKey
fn clone(&self) -> CachedRunKey
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 moreAuto Trait Implementations§
impl Freeze for CachedRunKey
impl RefUnwindSafe for CachedRunKey
impl Send for CachedRunKey
impl Sync for CachedRunKey
impl Unpin for CachedRunKey
impl UnsafeUnpin for CachedRunKey
impl UnwindSafe for CachedRunKey
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