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 more