pub struct commentsAndReplies;Trait Implementations§
Source§impl Field for commentsAndReplies
impl Field for commentsAndReplies
Source§impl HasField<commentsAndReplies> for NotificationCategoryPreferences
impl HasField<commentsAndReplies> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
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