pub struct IdentityManagerFactory;Trait Implementations§
Source§impl Debug for IdentityManagerFactory
impl Debug for IdentityManagerFactory
Source§impl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory
impl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory
impl GlobalIdentityHandlerFactory for IdentityManagerFactory
Auto Trait Implementations§
impl Freeze for IdentityManagerFactory
impl RefUnwindSafe for IdentityManagerFactory
impl Send for IdentityManagerFactory
impl Sync for IdentityManagerFactory
impl Unpin for IdentityManagerFactory
impl UnwindSafe for IdentityManagerFactory
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