Struct Select
pub struct Select
{ /* private fields */ }
Implementations
impl Select
pub fn new<T>(property_selector: PropertySelector<T>, comparator: u8, value: T) -> Self
where
T: Packable
pub struct Select
{ /* private fields */ }
impl Selectpub fn new<T>(property_selector: PropertySelector<T>, comparator: u8, value: T) -> Self
where
T: Packable