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