pub struct NoCallbacks;Expand description
Trait Implementations§
Source§impl Callbacks for NoCallbacks
impl Callbacks for NoCallbacks
Source§fn display_message(&self, _: &str)
fn display_message(&self, _: &str)
Shows a message to the user. Read more
Source§fn confirm(&self, _: &str, _: &str, _: Option<&str>) -> Option<bool>
fn confirm(&self, _: &str, _: &str, _: Option<&str>) -> Option<bool>
Requests that the user provides confirmation for some action. Read more
Source§impl Clone for NoCallbacks
impl Clone for NoCallbacks
Source§fn clone(&self) -> NoCallbacks
fn clone(&self) -> NoCallbacks
Returns a duplicate 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 NoCallbacks
impl Debug for NoCallbacks
impl Copy for NoCallbacks
Auto Trait Implementations§
impl Freeze for NoCallbacks
impl RefUnwindSafe for NoCallbacks
impl Send for NoCallbacks
impl Sync for NoCallbacks
impl Unpin for NoCallbacks
impl UnwindSafe for NoCallbacks
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