pub struct AppKey(/* private fields */);
Trait Implementations§
impl Eq for AppKey
impl StructuralPartialEq for AppKey
Auto Trait Implementations§
impl Freeze for AppKey
impl RefUnwindSafe for AppKey
impl Send for AppKey
impl Sync for AppKey
impl Unpin for AppKey
impl UnwindSafe for AppKey
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