pub struct AucApplication { /* private fields */ }Implementations§
Source§impl AucApplication
impl AucApplication
pub fn new( vault: Vault, presence: PresenceGate, device_present: Arc<AtomicBool>, authorizer: LocalSessionAuthorizer, ) -> Self
Trait Implementations§
Source§impl ApplicationHandler for AucApplication
impl ApplicationHandler for AucApplication
async fn handle( &self, peer: PeerCredentials, request: ApplicationRequest, ) -> Result<ApplicationResponse, ProtocolError>
Auto Trait Implementations§
impl !RefUnwindSafe for AucApplication
impl !UnwindSafe for AucApplication
impl Freeze for AucApplication
impl Send for AucApplication
impl Sync for AucApplication
impl Unpin for AucApplication
impl UnsafeUnpin for AucApplication
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