pub enum APIVersion {
V1,
}
Variants§
V1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for APIVersion
impl RefUnwindSafe for APIVersion
impl Send for APIVersion
impl Sync for APIVersion
impl Unpin for APIVersion
impl UnwindSafe for APIVersion
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