struct PlateOut {
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 PlateOut
impl RefUnwindSafe for PlateOut
impl Send for PlateOut
impl Sync for PlateOut
impl Unpin for PlateOut
impl UnwindSafe for PlateOut
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