pub enum SegmentationUpidType {
Show 17 variants
NotUsed,
UserDefinedDeprecated,
ISCIDeprecated,
AdID,
UMID,
ISANDeprecated,
ISAN,
TID,
TI,
ADI,
EIDR,
ATSC,
MPU,
MID,
ADS,
URI,
Reserved(u8),
}Variants§
NotUsed
UserDefinedDeprecated
ISCIDeprecated
Industry Standard Commercial Identifier
AdID
Defined by the Advertising Digital Identification group
UMID
ISANDeprecated
ISAN
TID
TI
ADI
EIDR
ATSC
MPU
MID
ADS
URI
Reserved(u8)
Implementations§
Source§impl SegmentationUpidType
impl SegmentationUpidType
pub fn from_type(id: u8) -> SegmentationUpidType
Trait Implementations§
Source§impl Clone for SegmentationUpidType
impl Clone for SegmentationUpidType
Source§fn clone(&self) -> SegmentationUpidType
fn clone(&self) -> SegmentationUpidType
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 moreSource§impl Debug for SegmentationUpidType
impl Debug for SegmentationUpidType
Source§impl PartialEq for SegmentationUpidType
impl PartialEq for SegmentationUpidType
Source§impl Serialize for SegmentationUpidType
impl Serialize for SegmentationUpidType
impl Copy for SegmentationUpidType
impl StructuralPartialEq for SegmentationUpidType
Auto Trait Implementations§
impl Freeze for SegmentationUpidType
impl RefUnwindSafe for SegmentationUpidType
impl Send for SegmentationUpidType
impl Sync for SegmentationUpidType
impl Unpin for SegmentationUpidType
impl UnwindSafe for SegmentationUpidType
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