pub struct YWeakLinkEvent { /* private fields */ }Expand description
Event pushed into callbacks registered with yweak_observe function. It contains
all an event changes of the underlying transaction.
Trait Implementations§
Source§impl Clone for YWeakLinkEvent
impl Clone for YWeakLinkEvent
Source§fn clone(&self) -> YWeakLinkEvent
fn clone(&self) -> YWeakLinkEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for YWeakLinkEvent
Auto Trait Implementations§
impl !RefUnwindSafe for YWeakLinkEvent
impl !Send for YWeakLinkEvent
impl !Sync for YWeakLinkEvent
impl !UnwindSafe for YWeakLinkEvent
impl Freeze for YWeakLinkEvent
impl Unpin for YWeakLinkEvent
impl UnsafeUnpin for YWeakLinkEvent
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