pub struct Receive {
pub child_tag: Option<String>,
pub eaches: Option<Vec<String>>,
pub label_source: Option<String>,
pub qr_count: Option<i64>,
pub ranges: Option<Vec<Vec<i64>>>,
pub requires_verification: Option<bool>,
pub sibling_tags: Option<Vec<String>>,
}Fields§
§child_tag: Option<String>§eaches: Option<Vec<String>>§label_source: Option<String>§qr_count: Option<i64>§ranges: Option<Vec<Vec<i64>>>§requires_verification: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Receive
impl<'de> Deserialize<'de> for Receive
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 Receive
impl RefUnwindSafe for Receive
impl Send for Receive
impl Sync for Receive
impl Unpin for Receive
impl UnsafeUnpin for Receive
impl UnwindSafe for Receive
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