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