struct PlateJson {
plate: String,
name: String,
plate_type: Option<i32>,
}Fields§
§plate: String§name: String§plate_type: Option<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlateJson
impl RefUnwindSafe for PlateJson
impl Send for PlateJson
impl Sync for PlateJson
impl Unpin for PlateJson
impl UnsafeUnpin for PlateJson
impl UnwindSafe for PlateJson
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