pub struct DeepLApiBuilder { /* private fields */ }Expand description
The builder struct. DO NOT USE IT IN YOUR APPS
Implementations§
Auto Trait Implementations§
impl Freeze for DeepLApiBuilder
impl !RefUnwindSafe for DeepLApiBuilder
impl Send for DeepLApiBuilder
impl Sync for DeepLApiBuilder
impl Unpin for DeepLApiBuilder
impl !UnwindSafe for DeepLApiBuilder
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