pub struct SendDroppedBankCallback { /* private fields */ }
Implementations§
source§impl SendDroppedBankCallback
impl SendDroppedBankCallback
pub fn new(sender: DroppedSlotsSender) -> Self
Trait Implementations§
source§impl Clone for SendDroppedBankCallback
impl Clone for SendDroppedBankCallback
source§fn clone(&self) -> SendDroppedBankCallback
fn clone(&self) -> SendDroppedBankCallback
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 SendDroppedBankCallback
impl Debug for SendDroppedBankCallback
Auto Trait Implementations§
impl RefUnwindSafe for SendDroppedBankCallback
impl Send for SendDroppedBankCallback
impl Sync for SendDroppedBankCallback
impl Unpin for SendDroppedBankCallback
impl UnwindSafe for SendDroppedBankCallback
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