pub struct EndpointsClient<T> { /* private fields */ }Implementations§
Source§impl<T> EndpointsClient<T>where
T: Client,
impl<T> EndpointsClient<T>where
T: Client,
Source§impl<T> EndpointsClient<T>where
T: Client,
impl<T> EndpointsClient<T>where
T: Client,
Source§impl<T> EndpointsClient<T>where
T: Client,
impl<T> EndpointsClient<T>where
T: Client,
pub fn sendmail(&self) -> SendmailClient<T>
Source§impl<T> EndpointsClient<T>where
T: Client,
impl<T> EndpointsClient<T>where
T: Client,
pub fn gotify(&self) -> GotifyClient<T>
Source§impl<T> EndpointsClient<T>where
T: Client,
impl<T> EndpointsClient<T>where
T: Client,
pub fn smtp(&self) -> SmtpClient<T>
Source§impl<T> EndpointsClient<T>where
T: Client,
impl<T> EndpointsClient<T>where
T: Client,
pub fn webhook(&self) -> WebhookClient<T>
Trait Implementations§
Source§impl<T: Clone> Clone for EndpointsClient<T>
impl<T: Clone> Clone for EndpointsClient<T>
Source§fn clone(&self) -> EndpointsClient<T>
fn clone(&self) -> EndpointsClient<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 EndpointsClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for EndpointsClient<T>where
T: RefUnwindSafe,
impl<T> Send for EndpointsClient<T>where
T: Send,
impl<T> Sync for EndpointsClient<T>where
T: Sync,
impl<T> Unpin for EndpointsClient<T>where
T: Unpin,
impl<T> UnsafeUnpin for EndpointsClient<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for EndpointsClient<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