pub(crate) struct OnInformational(Arc<dyn OnInformationalCallback + Send + Sync>);
Tuple Fields§
§0: Arc<dyn OnInformationalCallback + Send + Sync>
Implementations§
Trait Implementations§
Source§impl Clone for OnInformational
impl Clone for OnInformational
Source§fn clone(&self) -> OnInformational
fn clone(&self) -> OnInformational
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 moreAuto Trait Implementations§
impl Freeze for OnInformational
impl !RefUnwindSafe for OnInformational
impl Send for OnInformational
impl Sync for OnInformational
impl Unpin for OnInformational
impl !UnwindSafe for OnInformational
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