pub enum ModelIds {
ModelIdsShared(ModelIdsShared),
ModelIdsResponses(ModelIdsResponses),
}
Variants§
ModelIdsResponses(ModelIdsResponses)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModelIds
impl RefUnwindSafe for ModelIds
impl Send for ModelIds
impl Sync for ModelIds
impl Unpin for ModelIds
impl UnwindSafe for ModelIds
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