pub struct postsAndUpdates;Trait Implementations§
Source§impl Field for postsAndUpdates
impl Field for postsAndUpdates
impl HasInputField<postsAndUpdates, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
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