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