pub struct ProjectSetupSeenOptions {
pub runtime: Option<String>,
pub source: Option<String>,
pub environment: Option<String>,
}Expand description
Optional metadata for backend-owned project setup tracking.
Fields§
§runtime: Option<String>Runtime or framework observed by setup.
source: Option<String>Setup source for account-token calls.
environment: Option<String>Release environment observed by setup.
Trait Implementations§
Source§impl Clone for ProjectSetupSeenOptions
impl Clone for ProjectSetupSeenOptions
Source§fn clone(&self) -> ProjectSetupSeenOptions
fn clone(&self) -> ProjectSetupSeenOptions
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 ProjectSetupSeenOptions
impl Debug for ProjectSetupSeenOptions
Source§impl Default for ProjectSetupSeenOptions
impl Default for ProjectSetupSeenOptions
Source§fn default() -> ProjectSetupSeenOptions
fn default() -> ProjectSetupSeenOptions
Returns the “default value” for a type. Read more
impl Eq for ProjectSetupSeenOptions
Source§impl PartialEq for ProjectSetupSeenOptions
impl PartialEq for ProjectSetupSeenOptions
impl StructuralPartialEq for ProjectSetupSeenOptions
Auto Trait Implementations§
impl Freeze for ProjectSetupSeenOptions
impl RefUnwindSafe for ProjectSetupSeenOptions
impl Send for ProjectSetupSeenOptions
impl Sync for ProjectSetupSeenOptions
impl Unpin for ProjectSetupSeenOptions
impl UnsafeUnpin for ProjectSetupSeenOptions
impl UnwindSafe for ProjectSetupSeenOptions
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.