pub struct Auth;Trait Implementations§
Source§impl RequestCapability for Auth
impl RequestCapability for Auth
Source§const DESCRIPTOR_VERSION: &'static str = DESCRIPTOR_VERSION
const DESCRIPTOR_VERSION: &'static str = DESCRIPTOR_VERSION
Exact generated Descriptor version.
Source§type Request = AuthenticateRequest
type Request = AuthenticateRequest
Typed request value.
Source§type Response = AuthenticateResponse
type Response = AuthenticateResponse
Typed success value.
Source§type DomainError = AuthenticateError
type DomainError = AuthenticateError
Typed Capability-defined error value.
Auto Trait Implementations§
impl Freeze for Auth
impl RefUnwindSafe for Auth
impl Send for Auth
impl Sync for Auth
impl Unpin for Auth
impl UnsafeUnpin for Auth
impl UnwindSafe for Auth
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