Struct PersoFeature
#[repr(transparent)]pub struct PersoFeature(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl PersoFeature
impl PersoFeature
pub const TYPE_UNKNOWN: Self
pub const TYPE_UNKNOWN: Self
Unknown personalization feature.
pub const TYPE_3GPP_NETWORK: Self
pub const TYPE_3GPP_NETWORK: Self
Featurization based on 3GPP MCC and MNC.
pub const TYPE_3GPP_NETWORK_SUBSET: Self
pub const TYPE_3GPP_NETWORK_SUBSET: Self
Featurization based on 3GPP MCC, MNC, and IMSI digits 6 and 7.
pub const TYPE_3GPP_SERVICE_PROVIDER: Self
pub const TYPE_3GPP_SERVICE_PROVIDER: Self
Featurization based on 3GPP MCC, MNC, and GID1.
pub const TYPE_3GPP_CORPORATE: Self
pub const TYPE_3GPP_CORPORATE: Self
Featurization based on 3GPP MCC, MNC, GID1, and GID2.
pub const TYPE_3GPP_SIM: Self
pub const TYPE_3GPP_SIM: Self
Featurization based on the 3GPP IMSI.
pub const TYPE_3GPP2_NETWORK_TYPE_1: Self
pub const TYPE_3GPP2_NETWORK_TYPE_1: Self
Featurization based on 3GPP2 MCC and MNC.
pub const TYPE_3GPP2_NETWORK_TYPE_2: Self
pub const TYPE_3GPP2_NETWORK_TYPE_2: Self
Featurization based on 3GPP2 IRM code.
pub const TYPE_3GPP2_RUIM: Self
pub const TYPE_3GPP2_RUIM: Self
Featurization based on 3GPP2 IMSI_M.
Trait Implementations§
§impl Clone for PersoFeature
impl Clone for PersoFeature
§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 more§impl Debug for PersoFeature
impl Debug for PersoFeature
§impl PartialEq for PersoFeature
impl PartialEq for PersoFeature
§impl Serialize for PersoFeature
impl Serialize for PersoFeature
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