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