Struct zng_view_api::dialog::DialogId
source · pub struct DialogId(/* private fields */);Expand description
Identifies an ongoing async native dialog with the user.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for DialogId
impl<'de> Deserialize<'de> for DialogId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for DialogId
impl PartialEq for DialogId
impl Copy for DialogId
impl Eq for DialogId
impl StructuralPartialEq for DialogId
Auto Trait Implementations§
impl Freeze for DialogId
impl RefUnwindSafe for DialogId
impl Send for DialogId
impl Sync for DialogId
impl Unpin for DialogId
impl UnwindSafe for DialogId
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