pub struct JusticeAreaQuery {
pub area: String,
pub case_type: Option<String>,
}Expand description
Input for checking active cases in an area (civic: emergency → justice)
Fields§
§area: String§case_type: Option<String>Trait Implementations§
Source§impl Clone for JusticeAreaQuery
impl Clone for JusticeAreaQuery
Source§fn clone(&self) -> JusticeAreaQuery
fn clone(&self) -> JusticeAreaQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JusticeAreaQuery
impl Debug for JusticeAreaQuery
Source§impl<'de> Deserialize<'de> for JusticeAreaQuery
impl<'de> Deserialize<'de> for JusticeAreaQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for JusticeAreaQuery
impl RefUnwindSafe for JusticeAreaQuery
impl Send for JusticeAreaQuery
impl Sync for JusticeAreaQuery
impl Unpin for JusticeAreaQuery
impl UnsafeUnpin for JusticeAreaQuery
impl UnwindSafe for JusticeAreaQuery
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