pub enum DestinationChange {
Added(Destination),
Removed(Destination),
}Available on crate feature
io only.Expand description
Indicates when available destinations have changed
Variants§
Added(Destination)
Removed(Destination)
Trait Implementations§
Source§impl Clone for DestinationChange
impl Clone for DestinationChange
Source§fn clone(&self) -> DestinationChange
fn clone(&self) -> DestinationChange
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 moreSource§impl Debug for DestinationChange
impl Debug for DestinationChange
impl Eq for DestinationChange
Source§impl Hash for DestinationChange
impl Hash for DestinationChange
Source§impl PartialEq for DestinationChange
impl PartialEq for DestinationChange
impl StructuralPartialEq for DestinationChange
Auto Trait Implementations§
impl Freeze for DestinationChange
impl RefUnwindSafe for DestinationChange
impl Send for DestinationChange
impl Sync for DestinationChange
impl Unpin for DestinationChange
impl UnsafeUnpin for DestinationChange
impl UnwindSafe for DestinationChange
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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