pub struct AuthManagerWrapper(pub Arc<AuthManager>);Expand description
Wrapper for AuthManager to manage in Tauri state
Tuple Fields§
§0: Arc<AuthManager>Auto Trait Implementations§
impl Freeze for AuthManagerWrapper
impl !RefUnwindSafe for AuthManagerWrapper
impl Send for AuthManagerWrapper
impl Sync for AuthManagerWrapper
impl Unpin for AuthManagerWrapper
impl UnsafeUnpin for AuthManagerWrapper
impl !UnwindSafe for AuthManagerWrapper
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