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