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