pub struct IdentityManager { /* private fields */ }Expand description
A simple structure to manage identities of objects.
Implementations§
Trait Implementations§
Source§impl Debug for IdentityManager
impl Debug for IdentityManager
Auto Trait Implementations§
impl Freeze for IdentityManager
impl RefUnwindSafe for IdentityManager
impl Send for IdentityManager
impl Sync for IdentityManager
impl Unpin for IdentityManager
impl UnwindSafe for IdentityManager
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