Struct autoendpoint::routers::apns::router::ApsAlertHolder
source · pub struct ApsAlertHolder {
title: String,
subtitle: String,
body: String,
title_loc_key: String,
title_loc_args: Vec<String>,
action_loc_key: String,
loc_key: String,
loc_args: Vec<String>,
launch_image: String,
}
Fields§
§title: String
§subtitle: String
§body: String
§title_loc_key: String
§title_loc_args: Vec<String>
§action_loc_key: String
§loc_key: String
§loc_args: Vec<String>
§launch_image: String
Trait Implementations§
source§impl Default for ApsAlertHolder
impl Default for ApsAlertHolder
source§fn default() -> ApsAlertHolder
fn default() -> ApsAlertHolder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApsAlertHolder
impl RefUnwindSafe for ApsAlertHolder
impl Send for ApsAlertHolder
impl Sync for ApsAlertHolder
impl Unpin for ApsAlertHolder
impl UnwindSafe for ApsAlertHolder
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more