pub enum AlertBehaviour {
Accept,
Dismiss,
Ignore,
}
Variants§
Trait Implementations§
Source§impl Clone for AlertBehaviour
impl Clone for AlertBehaviour
Source§fn clone(&self) -> AlertBehaviour
fn clone(&self) -> AlertBehaviour
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AlertBehaviour
impl Debug for AlertBehaviour
Auto Trait Implementations§
impl Freeze for AlertBehaviour
impl RefUnwindSafe for AlertBehaviour
impl Send for AlertBehaviour
impl Sync for AlertBehaviour
impl Unpin for AlertBehaviour
impl UnwindSafe for AlertBehaviour
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