pub struct QueryRegion {
pub region: PlayitRegion,
pub pop: PlayitPop,
}
Fields§
§region: PlayitRegion
§pop: PlayitPop
Trait Implementations§
Source§impl Clone for QueryRegion
impl Clone for QueryRegion
Source§fn clone(&self) -> QueryRegion
fn clone(&self) -> QueryRegion
Returns a duplicate of the value. Read more
1.0.0 · 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 QueryRegion
impl Debug for QueryRegion
Source§impl<'de> Deserialize<'de> for QueryRegion
impl<'de> Deserialize<'de> for QueryRegion
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 QueryRegion
impl RefUnwindSafe for QueryRegion
impl Send for QueryRegion
impl Sync for QueryRegion
impl Unpin for QueryRegion
impl UnwindSafe for QueryRegion
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