[−][src]Struct ruma_client_api::r0::push::Pusher
Defines a pusher
Fields
pushkey: StringThis is a unique identifier for this pusher. Max length, 512 bytes.
kind: Option<PusherKind>The kind of the pusher. If set to None in a call to set_pusher, this will delete the pusher
app_id: StringThis is a reverse-DNS style identifier for the application. Max length, 64 chars.
app_display_name: StringA string that will allow the user to identify what application owns this pusher.
device_display_name: StringA string that will allow the user to identify what device owns this pusher.
profile_tag: Option<String>This string determines which set of device specific rules this pusher executes.
lang: StringThe preferred language for receiving notifications (e.g. 'en' or 'en-US')
data: PusherDataInformation for the pusher implementation itself.
Trait Implementations
impl Clone for Pusher[src]
impl Debug for Pusher[src]
impl<'de> Deserialize<'de> for Pusher[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for Pusher[src]
Auto Trait Implementations
impl RefUnwindSafe for Pusher
impl Send for Pusher
impl Sync for Pusher
impl Unpin for Pusher
impl UnwindSafe for Pusher
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,