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