pub struct ReleaseStats;Trait Implementations§
Source§impl<'de> Endpoint<'de> for ReleaseStats
impl<'de> Endpoint<'de> for ReleaseStats
type Parameters = isize
type ReturnType = ReleaseStats
fn build_url(base: &Url, params: Self::Parameters) -> Result<Url, Error>
Auto Trait Implementations§
impl Freeze for ReleaseStats
impl RefUnwindSafe for ReleaseStats
impl Send for ReleaseStats
impl Sync for ReleaseStats
impl Unpin for ReleaseStats
impl UnsafeUnpin for ReleaseStats
impl UnwindSafe for ReleaseStats
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