pub struct DialogGuard {
pub dialog_layer_inner: DialogLayerInnerRef,
pub id: DialogId,
}Fields§
§dialog_layer_inner: DialogLayerInnerRef§id: DialogIdImplementations§
Source§impl DialogGuard
impl DialogGuard
pub fn new(dialog_layer: &Arc<DialogLayer>, id: DialogId) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DialogGuard
impl RefUnwindSafe for DialogGuard
impl Send for DialogGuard
impl Sync for DialogGuard
impl Unpin for DialogGuard
impl UnwindSafe for DialogGuard
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