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