pub struct DialogTag;Implementations§
Source§impl DialogTag
impl DialogTag
pub fn type_check(&self, attr: &dyn DialogCompat)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DialogTag
impl RefUnwindSafe for DialogTag
impl Send for DialogTag
impl Sync for DialogTag
impl Unpin for DialogTag
impl UnwindSafe for DialogTag
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