pub struct ApiOptions { /* private fields */ }Expand description
Options when creating an API endpoint.
Implementations§
Auto Trait Implementations§
impl Freeze for ApiOptions
impl !RefUnwindSafe for ApiOptions
impl Send for ApiOptions
impl Sync for ApiOptions
impl Unpin for ApiOptions
impl !UnwindSafe for ApiOptions
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