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