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 duplicate 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
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