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