pub struct SingleUserMostValuablePostOutput;
Trait Implementations§
Source§impl HasField<result> for SingleUserMostValuablePostOutput
impl HasField<result> for SingleUserMostValuablePostOutput
Source§type Type = Option<UserMostValuablePost>
type Type = Option<UserMostValuablePost>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleUserMostValuablePostOutput
impl RefUnwindSafe for SingleUserMostValuablePostOutput
impl Send for SingleUserMostValuablePostOutput
impl Sync for SingleUserMostValuablePostOutput
impl Unpin for SingleUserMostValuablePostOutput
impl UnwindSafe for SingleUserMostValuablePostOutput
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