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