pub struct CachedProfileId { /* private fields */ }Trait Implementations§
Source§impl Debug for CachedProfileId
impl Debug for CachedProfileId
Source§impl PartialEq for CachedProfileId
impl PartialEq for CachedProfileId
impl StructuralPartialEq for CachedProfileId
Auto Trait Implementations§
impl Freeze for CachedProfileId
impl RefUnwindSafe for CachedProfileId
impl Send for CachedProfileId
impl Sync for CachedProfileId
impl Unpin for CachedProfileId
impl UnwindSafe for CachedProfileId
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