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