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