pub struct NotificationsClient<T> { /* private fields */ }Implementations§
Source§impl<T> NotificationsClient<T>where
T: Client,
impl<T> NotificationsClient<T>where
T: Client,
Source§impl<T> NotificationsClient<T>where
T: Client,
impl<T> NotificationsClient<T>where
T: Client,
Source§impl<T> NotificationsClient<T>where
T: Client,
impl<T> NotificationsClient<T>where
T: Client,
pub fn matcher_fields(&self) -> MatcherFieldsClient<T>
Source§impl<T> NotificationsClient<T>where
T: Client,
impl<T> NotificationsClient<T>where
T: Client,
pub fn matcher_field_values(&self) -> MatcherFieldValuesClient<T>
Source§impl<T> NotificationsClient<T>where
T: Client,
impl<T> NotificationsClient<T>where
T: Client,
pub fn endpoints(&self) -> EndpointsClient<T>
Source§impl<T> NotificationsClient<T>where
T: Client,
impl<T> NotificationsClient<T>where
T: Client,
pub fn targets(&self) -> TargetsClient<T>
Source§impl<T> NotificationsClient<T>where
T: Client,
impl<T> NotificationsClient<T>where
T: Client,
pub fn matchers(&self) -> MatchersClient<T>
Trait Implementations§
Source§impl<T: Clone> Clone for NotificationsClient<T>
impl<T: Clone> Clone for NotificationsClient<T>
Source§fn clone(&self) -> NotificationsClient<T>
fn clone(&self) -> NotificationsClient<T>
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 moreAuto Trait Implementations§
impl<T> Freeze for NotificationsClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for NotificationsClient<T>where
T: RefUnwindSafe,
impl<T> Send for NotificationsClient<T>where
T: Send,
impl<T> Sync for NotificationsClient<T>where
T: Sync,
impl<T> Unpin for NotificationsClient<T>where
T: Unpin,
impl<T> UnsafeUnpin for NotificationsClient<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for NotificationsClient<T>where
T: UnwindSafe,
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