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