pub struct ProjectCreateOptions {
pub name: String,
pub runtime: Option<String>,
pub environment: Option<String>,
pub ingest_key_file: String,
pub abandon_retry: bool,
}Expand description
Fields accepted by secure project creation.
Fields§
§name: StringTrimmed project name.
runtime: Option<String>Optional trimmed runtime.
environment: Option<String>Optional trimmed environment.
ingest_key_file: StringOwner-selected destination for the one-time ingest key.
abandon_retry: boolExplicitly discard a mismatched pending retry before creating.
Trait Implementations§
Source§impl Clone for ProjectCreateOptions
impl Clone for ProjectCreateOptions
Source§fn clone(&self) -> ProjectCreateOptions
fn clone(&self) -> ProjectCreateOptions
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 ProjectCreateOptions
impl Debug for ProjectCreateOptions
impl Eq for ProjectCreateOptions
Source§impl PartialEq for ProjectCreateOptions
impl PartialEq for ProjectCreateOptions
impl StructuralPartialEq for ProjectCreateOptions
Auto Trait Implementations§
impl Freeze for ProjectCreateOptions
impl RefUnwindSafe for ProjectCreateOptions
impl Send for ProjectCreateOptions
impl Sync for ProjectCreateOptions
impl Unpin for ProjectCreateOptions
impl UnsafeUnpin for ProjectCreateOptions
impl UnwindSafe for ProjectCreateOptions
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.