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