pub struct RelatedTopics {}
Expand description
Related Topics Client widget Google seems to not have implemented it further so far
Auto Trait Implementations§
impl Freeze for RelatedTopics
impl RefUnwindSafe for RelatedTopics
impl Send for RelatedTopics
impl Sync for RelatedTopics
impl Unpin for RelatedTopics
impl UnwindSafe for RelatedTopics
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