pub struct FormatterApi { /* private fields */ }Expand description
Formatter endpoint namespace.
Implementations§
Source§impl FormatterApi
impl FormatterApi
pub async fn status(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Source§impl Clone for FormatterApi
impl Clone for FormatterApi
Source§fn clone(&self) -> FormatterApi
fn clone(&self) -> FormatterApi
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for FormatterApi
impl !RefUnwindSafe for FormatterApi
impl Send for FormatterApi
impl Sync for FormatterApi
impl Unpin for FormatterApi
impl UnsafeUnpin for FormatterApi
impl !UnwindSafe for FormatterApi
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