pub struct ContentSearch {
pub parameter_list: Option<Vec<Parameter>>,
}Fields§
§parameter_list: Option<Vec<Parameter>>Trait Implementations§
Source§impl Debug for ContentSearch
impl Debug for ContentSearch
Auto Trait Implementations§
impl Freeze for ContentSearch
impl RefUnwindSafe for ContentSearch
impl Send for ContentSearch
impl Sync for ContentSearch
impl Unpin for ContentSearch
impl UnwindSafe for ContentSearch
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