pub struct TranslationTemplate(/* private fields */);Expand description
A translation template.
Implementations§
Source§impl TranslationTemplate
impl TranslationTemplate
pub fn get<'a>( &self, client: &'a dyn Client, ) -> Result<TranslationTemplateFull, Error>
pub fn get_wadl<'a>(&self, client: &'a dyn Client) -> Result<Resource, Error>
pub fn put<'a>( &self, client: &'a dyn Client, representation: &TranslationTemplateFull, ) -> Result<(), Error>
pub fn patch<'a>( &self, client: &'a dyn Client, representation: &TranslationTemplateDiff, ) -> Result<(), Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TranslationTemplate
impl RefUnwindSafe for TranslationTemplate
impl Send for TranslationTemplate
impl Sync for TranslationTemplate
impl Unpin for TranslationTemplate
impl UnwindSafe for TranslationTemplate
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