struct OwnerPlateJson {
symbol: String,
plate_code: String,
plate_name: String,
plate_type: i32,
}Fields§
§symbol: String§plate_code: String§plate_name: String§plate_type: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for OwnerPlateJson
impl RefUnwindSafe for OwnerPlateJson
impl Send for OwnerPlateJson
impl Sync for OwnerPlateJson
impl Unpin for OwnerPlateJson
impl UnsafeUnpin for OwnerPlateJson
impl UnwindSafe for OwnerPlateJson
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