#[repr(C)]pub struct DzlSuggestionPopover { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DzlSuggestionPopover
impl RefUnwindSafe for DzlSuggestionPopover
impl !Send for DzlSuggestionPopover
impl !Sync for DzlSuggestionPopover
impl !Unpin for DzlSuggestionPopover
impl UnwindSafe for DzlSuggestionPopover
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