pub struct ResolvedAreaJson {
pub id: String,
pub short_id: String,
pub title: String,
pub index: i32,
pub tags: Vec<TagRefJson>,
}Fields§
§id: String§short_id: String§title: String§index: i32Trait Implementations§
Source§impl Debug for ResolvedAreaJson
impl Debug for ResolvedAreaJson
Auto Trait Implementations§
impl Freeze for ResolvedAreaJson
impl RefUnwindSafe for ResolvedAreaJson
impl Send for ResolvedAreaJson
impl Sync for ResolvedAreaJson
impl Unpin for ResolvedAreaJson
impl UnsafeUnpin for ResolvedAreaJson
impl UnwindSafe for ResolvedAreaJson
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