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