pub struct CreateKey;
Expand description
Create a search key.
§Authorization
standard
§Errors
401 - Unauthorized
if missing/invalid auth was provided.501 - NotImplemented
if the route is not configured.
Trait Implementations§
Source§impl ApiEndpoint for CreateKey
impl ApiEndpoint for CreateKey
Source§type Path = CreateSearchKeyPath
type Path = CreateSearchKeyPath
The path type for this endpoint.
Source§type Res = CreateSearchKeyResponse
type Res = CreateSearchKeyResponse
The response type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for CreateKey
impl RefUnwindSafe for CreateKey
impl Send for CreateKey
impl Sync for CreateKey
impl Unpin for CreateKey
impl UnwindSafe for CreateKey
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