pub enum CallbackReturn {
Continue,
Cancel,
}
Expand description
Must return type on callbacks (send and get files)
Variants§
Trait Implementations§
Source§impl Clone for CallbackReturn
impl Clone for CallbackReturn
Source§fn clone(&self) -> CallbackReturn
fn clone(&self) -> CallbackReturn
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 CallbackReturn
impl Debug for CallbackReturn
impl Copy for CallbackReturn
Auto Trait Implementations§
impl Freeze for CallbackReturn
impl RefUnwindSafe for CallbackReturn
impl Send for CallbackReturn
impl Sync for CallbackReturn
impl Unpin for CallbackReturn
impl UnwindSafe for CallbackReturn
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