pub struct R700Config {Show 17 fields
pub name: String,
pub ip: String,
pub username: String,
pub password: String,
pub start_reading: bool,
pub firmware_version: Option<String>,
pub session: u8,
pub read_power: i32,
pub read_rssi: i32,
pub search_mode: String,
pub rf_mode: u32,
pub gpi_start: bool,
pub protected_inventory_active: bool,
pub protected_inventory_password: String,
pub reconnection_time: u64,
pub active_ant: Vec<u8>,
pub reading_config: Option<Value>,
}Fields§
§name: String§ip: String§username: String§password: String§start_reading: bool§firmware_version: Option<String>§session: u8§read_power: i32§read_rssi: i32§search_mode: String§rf_mode: u32§gpi_start: bool§protected_inventory_active: bool§protected_inventory_password: String§reconnection_time: u64§active_ant: Vec<u8>§reading_config: Option<Value>Optional full payload for POST /profiles/inventory/start. When set, this takes precedence over the generated config.
Implementations§
Trait Implementations§
Source§impl Clone for R700Config
impl Clone for R700Config
Source§fn clone(&self) -> R700Config
fn clone(&self) -> R700Config
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 R700Config
impl Debug for R700Config
Auto Trait Implementations§
impl Freeze for R700Config
impl RefUnwindSafe for R700Config
impl Send for R700Config
impl Sync for R700Config
impl Unpin for R700Config
impl UnsafeUnpin for R700Config
impl UnwindSafe for R700Config
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