pub struct Jxb {
pub jxb_id: String,
pub do_id: String,
pub jsxx: String,
pub sksj: String,
}Fields§
§jxb_id: String§do_id: String§jsxx: String§sksj: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Jxb
impl RefUnwindSafe for Jxb
impl Send for Jxb
impl Sync for Jxb
impl Unpin for Jxb
impl UnsafeUnpin for Jxb
impl UnwindSafe for Jxb
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