pub struct VendorModels {
pub vendor: &'static str,
pub models: &'static [ModelId],
}Fields§
§vendor: &'static str§models: &'static [ModelId]Trait Implementations§
Source§impl Clone for VendorModels
impl Clone for VendorModels
Source§fn clone(&self) -> VendorModels
fn clone(&self) -> VendorModels
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VendorModels
Auto Trait Implementations§
impl Freeze for VendorModels
impl RefUnwindSafe for VendorModels
impl Send for VendorModels
impl Sync for VendorModels
impl Unpin for VendorModels
impl UnwindSafe for VendorModels
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