pub struct APIMethod {
pub endpoint: APIEndpoint,
pub method: Method,
}Fields§
§endpoint: APIEndpoint§method: MethodAuto Trait Implementations§
impl Freeze for APIMethod
impl RefUnwindSafe for APIMethod
impl Send for APIMethod
impl Sync for APIMethod
impl Unpin for APIMethod
impl UnwindSafe for APIMethod
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