pub struct contentState;Trait Implementations§
Source§impl Field for contentState
impl Field for contentState
Source§impl HasField<contentState> for DocumentSearchResult
impl HasField<contentState> for DocumentSearchResult
Auto Trait Implementations§
impl Freeze for contentState
impl RefUnwindSafe for contentState
impl Send for contentState
impl Sync for contentState
impl Unpin for contentState
impl UnwindSafe for contentState
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