pub struct FieldRegistry { /* private fields */ }Expand description
Registry of all searchable/sortable fields.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldRegistry
impl RefUnwindSafe for FieldRegistry
impl Send for FieldRegistry
impl Sync for FieldRegistry
impl Unpin for FieldRegistry
impl UnsafeUnpin for FieldRegistry
impl UnwindSafe for FieldRegistry
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