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 · 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 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