pub struct ProjectIngestKeyCreateOptions {
pub project_id: String,
pub label: String,
pub kind: String,
pub ingest_key_file: String,
pub abandon_retry: bool,
}Expand description
Fields accepted by secure existing-project ingest-key creation.
Fields§
§project_id: StringCanonical lowercase account-owned project UUID.
label: StringTrimmed operator-visible key label.
kind: StringCanonical credential kind.
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 ProjectIngestKeyCreateOptions
impl Clone for ProjectIngestKeyCreateOptions
Source§fn clone(&self) -> ProjectIngestKeyCreateOptions
fn clone(&self) -> ProjectIngestKeyCreateOptions
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 moreimpl Eq for ProjectIngestKeyCreateOptions
impl StructuralPartialEq for ProjectIngestKeyCreateOptions
Auto Trait Implementations§
impl Freeze for ProjectIngestKeyCreateOptions
impl RefUnwindSafe for ProjectIngestKeyCreateOptions
impl Send for ProjectIngestKeyCreateOptions
impl Sync for ProjectIngestKeyCreateOptions
impl Unpin for ProjectIngestKeyCreateOptions
impl UnsafeUnpin for ProjectIngestKeyCreateOptions
impl UnwindSafe for ProjectIngestKeyCreateOptions
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.