pub struct DomainClass {
pub field: Option<String>,
pub selection: String,
pub encoding: Option<String>,
}Fields§
§field: Option<String>The field name to extract selected values for, when a selection is projected over multiple fields or encodings.
selection: StringThe name of a selection.
encoding: Option<String>The encoding channel to extract selected values for, when a selection is projected over multiple fields or encodings.
Trait Implementations§
Source§impl Debug for DomainClass
impl Debug for DomainClass
Source§impl<'de> Deserialize<'de> for DomainClass
impl<'de> Deserialize<'de> for DomainClass
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 DomainClass
impl RefUnwindSafe for DomainClass
impl Send for DomainClass
impl Sync for DomainClass
impl Unpin for DomainClass
impl UnwindSafe for DomainClass
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