Struct jortestkit::github::CachedReleases
source · pub struct CachedReleases {
inner: Vec<Release>,
}
Fields§
§inner: Vec<Release>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CachedReleases
impl Send for CachedReleases
impl Sync for CachedReleases
impl Unpin for CachedReleases
impl UnwindSafe for CachedReleases
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