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