pub struct NotifyRequest {
pub app_id: String,
pub notifications: Vec<Notification>,
pub cluster_name: String,
pub timeout: Duration,
pub access_key: Option<String>,
}Available on crate feature
conf only.Expand description
Listen apollo notification api.
Fieldsยง
ยงapp_id: Stringยงnotifications: Vec<Notification>ยงcluster_name: Stringยงtimeout: Durationยงaccess_key: Option<String>Available on crate feature
auth only.Trait Implementationsยง
Sourceยงimpl Clone for NotifyRequest
impl Clone for NotifyRequest
Sourceยงfn clone(&self) -> NotifyRequest
fn clone(&self) -> NotifyRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท 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 NotifyRequest
impl Debug for NotifyRequest
Auto Trait Implementationsยง
impl Freeze for NotifyRequest
impl RefUnwindSafe for NotifyRequest
impl Send for NotifyRequest
impl Sync for NotifyRequest
impl Unpin for NotifyRequest
impl UnsafeUnpin for NotifyRequest
impl UnwindSafe for NotifyRequest
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