Struct SignalsInAcceptDialog
pub struct SignalsInAcceptDialog<'c> { /* private fields */ }
Expand description
A collection of signals for the AcceptDialog
class.
Implementations§
§impl<'c> SignalsInAcceptDialog<'c>
impl<'c> SignalsInAcceptDialog<'c>
pub fn confirmed(&mut self) -> SigConfirmed<'c>
pub fn confirmed(&mut self) -> SigConfirmed<'c>
Signature: ()
pub fn canceled(&mut self) -> SigCanceled<'c>
pub fn canceled(&mut self) -> SigCanceled<'c>
Signature: ()
pub fn custom_action(&mut self) -> SigCustomAction<'c>
pub fn custom_action(&mut self) -> SigCustomAction<'c>
Signature: (action: StringName)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInAcceptDialog<'c>
impl<'c> RefUnwindSafe for SignalsInAcceptDialog<'c>
impl<'c> !Send for SignalsInAcceptDialog<'c>
impl<'c> !Sync for SignalsInAcceptDialog<'c>
impl<'c> Unpin for SignalsInAcceptDialog<'c>
impl<'c> !UnwindSafe for SignalsInAcceptDialog<'c>
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