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