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