pub struct ApiKeyId(pub String);Expand description
Unique identifier for an API key
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
impl Eq for ApiKeyId
impl StructuralPartialEq for ApiKeyId
Auto Trait Implementations§
impl Freeze for ApiKeyId
impl RefUnwindSafe for ApiKeyId
impl Send for ApiKeyId
impl Sync for ApiKeyId
impl Unpin for ApiKeyId
impl UnwindSafe for ApiKeyId
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