Struct smarty_rust_sdk::sdk::authentication::WebsiteKeyCredential
source · pub struct WebsiteKeyCredential { /* private fields */ }
Implementations§
Trait Implementations§
source§impl AuthClone for WebsiteKeyCredential
impl AuthClone for WebsiteKeyCredential
fn clone_box(&self) -> Box<dyn Authenticate>
source§impl Authenticate for WebsiteKeyCredential
impl Authenticate for WebsiteKeyCredential
source§fn authenticate(&self, request: RequestBuilder) -> RequestBuilder
fn authenticate(&self, request: RequestBuilder) -> RequestBuilder
Authenticates the Request with the given authentication credentials
source§impl Clone for WebsiteKeyCredential
impl Clone for WebsiteKeyCredential
source§fn clone(&self) -> WebsiteKeyCredential
fn clone(&self) -> WebsiteKeyCredential
Returns a copy of the value. Read more
1.0.0 · 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 WebsiteKeyCredential
impl Debug for WebsiteKeyCredential
source§impl PartialEq for WebsiteKeyCredential
impl PartialEq for WebsiteKeyCredential
source§fn eq(&self, other: &WebsiteKeyCredential) -> bool
fn eq(&self, other: &WebsiteKeyCredential) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WebsiteKeyCredential
Auto Trait Implementations§
impl Freeze for WebsiteKeyCredential
impl RefUnwindSafe for WebsiteKeyCredential
impl Send for WebsiteKeyCredential
impl Sync for WebsiteKeyCredential
impl Unpin for WebsiteKeyCredential
impl UnwindSafe for WebsiteKeyCredential
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)