pub struct AuthorizationEndpoint(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AuthorizationEndpoint
impl Clone for AuthorizationEndpoint
Source§fn clone(&self) -> AuthorizationEndpoint
fn clone(&self) -> AuthorizationEndpoint
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 AuthorizationEndpoint
impl Debug for AuthorizationEndpoint
impl Eq for AuthorizationEndpoint
Source§impl PartialEq for AuthorizationEndpoint
impl PartialEq for AuthorizationEndpoint
Source§fn eq(&self, other: &AuthorizationEndpoint) -> bool
fn eq(&self, other: &AuthorizationEndpoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthorizationEndpoint
Auto Trait Implementations§
impl Freeze for AuthorizationEndpoint
impl RefUnwindSafe for AuthorizationEndpoint
impl Send for AuthorizationEndpoint
impl Sync for AuthorizationEndpoint
impl Unpin for AuthorizationEndpoint
impl UnsafeUnpin for AuthorizationEndpoint
impl UnwindSafe for AuthorizationEndpoint
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