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