pub struct OptionsEndpoint;
Trait Implementations§
Source§impl GetEndpoint for OptionsEndpoint
impl GetEndpoint for OptionsEndpoint
type Response = OptionsResponse
Auto Trait Implementations§
impl Freeze for OptionsEndpoint
impl RefUnwindSafe for OptionsEndpoint
impl Send for OptionsEndpoint
impl Sync for OptionsEndpoint
impl Unpin for OptionsEndpoint
impl UnwindSafe for OptionsEndpoint
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