pub struct ModelConfig {
pub name: String,
/* private fields */
}Fields§
§name: StringTrait Implementations§
impl Config for ModelConfig
Auto Trait Implementations§
impl Freeze for ModelConfig
impl !RefUnwindSafe for ModelConfig
impl !Send for ModelConfig
impl !Sync for ModelConfig
impl Unpin for ModelConfig
impl !UnwindSafe for ModelConfig
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