Struct atrium_api::client::tools::ozone::communication::Service
source · pub struct Service<T>{ /* private fields */ }
Implementations§
source§impl<T> Service<T>
impl<T> Service<T>
sourcepub async fn create_template(
&self,
input: Input
) -> Result<Output, Error<Error>>
pub async fn create_template( &self, input: Input ) -> Result<Output, Error<Error>>
Administrative action to create a new, re-usable communication (email for now) template.
sourcepub async fn delete_template(&self, input: Input) -> Result<(), Error<Error>>
pub async fn delete_template(&self, input: Input) -> Result<(), Error<Error>>
Delete a communication template.
Auto Trait Implementations§
impl<T> Freeze for Service<T>
impl<T> RefUnwindSafe for Service<T>where
T: RefUnwindSafe,
impl<T> Send for Service<T>
impl<T> Sync for Service<T>
impl<T> Unpin for Service<T>
impl<T> UnwindSafe for Service<T>where
T: RefUnwindSafe,
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