pub struct AddressChangedEvent { /* private fields */ }Auto Trait Implementations§
impl !Send for AddressChangedEvent
impl !Sync for AddressChangedEvent
impl Freeze for AddressChangedEvent
impl RefUnwindSafe for AddressChangedEvent
impl Unpin for AddressChangedEvent
impl UnsafeUnpin for AddressChangedEvent
impl UnwindSafe for AddressChangedEvent
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