struct SubInfoJsonEntry {
sub_type: i32,
symbols: Vec<String>,
}Fields§
§sub_type: i32§symbols: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubInfoJsonEntry
impl RefUnwindSafe for SubInfoJsonEntry
impl Send for SubInfoJsonEntry
impl Sync for SubInfoJsonEntry
impl Unpin for SubInfoJsonEntry
impl UnsafeUnpin for SubInfoJsonEntry
impl UnwindSafe for SubInfoJsonEntry
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