pub struct recentKarmaInfo;
Trait Implementations§
Source§impl Field for recentKarmaInfo
impl Field for recentKarmaInfo
Auto Trait Implementations§
impl Freeze for recentKarmaInfo
impl RefUnwindSafe for recentKarmaInfo
impl Send for recentKarmaInfo
impl Sync for recentKarmaInfo
impl Unpin for recentKarmaInfo
impl UnwindSafe for recentKarmaInfo
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