pub struct ApiKeyGeneratorInput {
pub length: usize,
pub prefix: Option<String>,
}Fields§
§length: usize§prefix: Option<String>Trait Implementations§
Source§impl Clone for ApiKeyGeneratorInput
impl Clone for ApiKeyGeneratorInput
Source§fn clone(&self) -> ApiKeyGeneratorInput
fn clone(&self) -> ApiKeyGeneratorInput
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 ApiKeyGeneratorInput
impl Debug for ApiKeyGeneratorInput
Source§impl PartialEq for ApiKeyGeneratorInput
impl PartialEq for ApiKeyGeneratorInput
Source§fn eq(&self, other: &ApiKeyGeneratorInput) -> bool
fn eq(&self, other: &ApiKeyGeneratorInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ApiKeyGeneratorInput
impl StructuralPartialEq for ApiKeyGeneratorInput
Auto Trait Implementations§
impl Freeze for ApiKeyGeneratorInput
impl RefUnwindSafe for ApiKeyGeneratorInput
impl Send for ApiKeyGeneratorInput
impl Sync for ApiKeyGeneratorInput
impl Unpin for ApiKeyGeneratorInput
impl UnsafeUnpin for ApiKeyGeneratorInput
impl UnwindSafe for ApiKeyGeneratorInput
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
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.