pub struct AsyncAuthEndpoint {
pub path: String,
pub method: Method,
pub handler: AsyncEndpointHandler,
pub options: AuthEndpointOptions,
}Fields§
§path: String§method: Method§handler: AsyncEndpointHandler§options: AuthEndpointOptionsImplementations§
Trait Implementations§
Source§impl Clone for AsyncAuthEndpoint
impl Clone for AsyncAuthEndpoint
Source§fn clone(&self) -> AsyncAuthEndpoint
fn clone(&self) -> AsyncAuthEndpoint
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 moreAuto Trait Implementations§
impl Freeze for AsyncAuthEndpoint
impl !RefUnwindSafe for AsyncAuthEndpoint
impl Send for AsyncAuthEndpoint
impl Sync for AsyncAuthEndpoint
impl Unpin for AsyncAuthEndpoint
impl UnsafeUnpin for AsyncAuthEndpoint
impl !UnwindSafe for AsyncAuthEndpoint
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