Struct PersoFeature
#[repr(transparent)]pub struct PersoFeature(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl PersoFeature
impl PersoFeature
Sourcepub const TYPE_UNKNOWN: PersoFeature
pub const TYPE_UNKNOWN: PersoFeature
Unknown personalization feature.
Sourcepub const TYPE_3GPP_NETWORK: PersoFeature
pub const TYPE_3GPP_NETWORK: PersoFeature
Featurization based on 3GPP MCC and MNC.
Sourcepub const TYPE_3GPP_NETWORK_SUBSET: PersoFeature
pub const TYPE_3GPP_NETWORK_SUBSET: PersoFeature
Featurization based on 3GPP MCC, MNC, and IMSI digits 6 and 7.
Sourcepub const TYPE_3GPP_SERVICE_PROVIDER: PersoFeature
pub const TYPE_3GPP_SERVICE_PROVIDER: PersoFeature
Featurization based on 3GPP MCC, MNC, and GID1.
Sourcepub const TYPE_3GPP_CORPORATE: PersoFeature
pub const TYPE_3GPP_CORPORATE: PersoFeature
Featurization based on 3GPP MCC, MNC, GID1, and GID2.
Sourcepub const TYPE_3GPP_SIM: PersoFeature
pub const TYPE_3GPP_SIM: PersoFeature
Featurization based on the 3GPP IMSI.
Sourcepub const TYPE_3GPP2_NETWORK_TYPE_1: PersoFeature
pub const TYPE_3GPP2_NETWORK_TYPE_1: PersoFeature
Featurization based on 3GPP2 MCC and MNC.
Sourcepub const TYPE_3GPP2_NETWORK_TYPE_2: PersoFeature
pub const TYPE_3GPP2_NETWORK_TYPE_2: PersoFeature
Featurization based on 3GPP2 IRM code.
Sourcepub const TYPE_3GPP2_RUIM: PersoFeature
pub const TYPE_3GPP2_RUIM: PersoFeature
Featurization based on 3GPP2 IMSI_M.
Trait Implementations§
Source§impl Clone for PersoFeature
impl Clone for PersoFeature
Source§fn clone(&self) -> PersoFeature
fn clone(&self) -> PersoFeature
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 PersoFeature
impl Debug for PersoFeature
Source§impl PartialEq for PersoFeature
impl PartialEq for PersoFeature
Source§impl Serialize for PersoFeature
impl Serialize for PersoFeature
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for PersoFeature
impl Eq for PersoFeature
impl StructuralPartialEq for PersoFeature
Auto Trait Implementations§
impl Freeze for PersoFeature
impl RefUnwindSafe for PersoFeature
impl Send for PersoFeature
impl Sync for PersoFeature
impl Unpin for PersoFeature
impl UnwindSafe for PersoFeature
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