pub struct latestRelease;
Trait Implementations§
Source§impl Field for latestRelease
impl Field for latestRelease
Source§impl HasField<latestRelease> for Repository
impl HasField<latestRelease> for Repository
Auto Trait Implementations§
impl Freeze for latestRelease
impl RefUnwindSafe for latestRelease
impl Send for latestRelease
impl Sync for latestRelease
impl Unpin for latestRelease
impl UnwindSafe for latestRelease
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