pub struct APIs {
pub supported: &'static [Version],
pub depreciated: &'static [Version],
}Fields§
§supported: &'static [Version]§depreciated: &'static [Version]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for APIs
impl RefUnwindSafe for APIs
impl Send for APIs
impl Sync for APIs
impl Unpin for APIs
impl UnsafeUnpin for APIs
impl UnwindSafe for APIs
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