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