pub enum DiscoveryCatalogRefresh {
AdvertisementUnchanged,
AdvertisementChanged,
}Variants§
Trait Implementations§
Source§impl Clone for DiscoveryCatalogRefresh
impl Clone for DiscoveryCatalogRefresh
Source§fn clone(&self) -> DiscoveryCatalogRefresh
fn clone(&self) -> DiscoveryCatalogRefresh
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 DiscoveryCatalogRefresh
Source§impl Debug for DiscoveryCatalogRefresh
impl Debug for DiscoveryCatalogRefresh
impl Eq for DiscoveryCatalogRefresh
Source§impl PartialEq for DiscoveryCatalogRefresh
impl PartialEq for DiscoveryCatalogRefresh
impl StructuralPartialEq for DiscoveryCatalogRefresh
Auto Trait Implementations§
impl Freeze for DiscoveryCatalogRefresh
impl RefUnwindSafe for DiscoveryCatalogRefresh
impl Send for DiscoveryCatalogRefresh
impl Sync for DiscoveryCatalogRefresh
impl Unpin for DiscoveryCatalogRefresh
impl UnsafeUnpin for DiscoveryCatalogRefresh
impl UnwindSafe for DiscoveryCatalogRefresh
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