pub enum RouteChangeNotification {
RouteAdded,
}Expand description
Notification sent when context routes change.
Variants§
RouteAdded
A new route was added.
Trait Implementations§
Source§impl Clone for RouteChangeNotification
impl Clone for RouteChangeNotification
Source§fn clone(&self) -> RouteChangeNotification
fn clone(&self) -> RouteChangeNotification
Returns a duplicate 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 RouteChangeNotification
impl RefUnwindSafe for RouteChangeNotification
impl Send for RouteChangeNotification
impl Sync for RouteChangeNotification
impl Unpin for RouteChangeNotification
impl UnwindSafe for RouteChangeNotification
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