pub struct viewUnreviewedComments;
Trait Implementations§
Source§impl Field for viewUnreviewedComments
impl Field for viewUnreviewedComments
impl HasInputField<viewUnreviewedComments, Option<bool>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for viewUnreviewedComments
impl RefUnwindSafe for viewUnreviewedComments
impl Send for viewUnreviewedComments
impl Sync for viewUnreviewedComments
impl Unpin for viewUnreviewedComments
impl UnwindSafe for viewUnreviewedComments
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