pub struct DbCommonState {
pub desc: String,
pub scan: ScanMode,
pub pini: bool,
pub phas: i32,
pub pact: bool,
pub disa: bool,
pub sdis: Option<LinkExpr>,
pub diss: i32,
pub flnk: Option<LinkExpr>,
}Fields§
§desc: String§scan: ScanMode§pini: bool§phas: i32§pact: bool§disa: bool§sdis: Option<LinkExpr>§diss: i32§flnk: Option<LinkExpr>Trait Implementations§
Source§impl Clone for DbCommonState
impl Clone for DbCommonState
Source§fn clone(&self) -> DbCommonState
fn clone(&self) -> DbCommonState
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 DbCommonState
impl Debug for DbCommonState
Source§impl Default for DbCommonState
impl Default for DbCommonState
Source§fn default() -> DbCommonState
fn default() -> DbCommonState
Returns the “default value” for a type. Read more
Source§impl PartialEq for DbCommonState
impl PartialEq for DbCommonState
impl StructuralPartialEq for DbCommonState
Auto Trait Implementations§
impl Freeze for DbCommonState
impl RefUnwindSafe for DbCommonState
impl Send for DbCommonState
impl Sync for DbCommonState
impl Unpin for DbCommonState
impl UnsafeUnpin for DbCommonState
impl UnwindSafe for DbCommonState
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