pub struct GoogleFirebaseFcmDataV1beta1MessageInsightPercents {
pub priority_lowered: Option<f32>,
}Expand description
Additional information about message delivery. All percentages are calculated with countMessagesAccepted as the denominator.
This type is not used in any activity, and only used as part of another schema.
Fields§
§priority_lowered: Option<f32>The percentage of accepted messages that had their priority lowered from high to normal. See documentation for setting message priority.
Trait Implementations§
Source§impl Clone for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
impl Clone for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
Source§fn clone(&self) -> GoogleFirebaseFcmDataV1beta1MessageInsightPercents
fn clone(&self) -> GoogleFirebaseFcmDataV1beta1MessageInsightPercents
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 Default for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
impl Default for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
Source§fn default() -> GoogleFirebaseFcmDataV1beta1MessageInsightPercents
fn default() -> GoogleFirebaseFcmDataV1beta1MessageInsightPercents
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
impl<'de> Deserialize<'de> for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
Auto Trait Implementations§
impl Freeze for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
impl RefUnwindSafe for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
impl Send for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
impl Sync for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
impl Unpin for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
impl UnwindSafe for GoogleFirebaseFcmDataV1beta1MessageInsightPercents
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