pub struct QotRightBackendExtras {
pub us_lv2_flags: Option<UsLv2Flags>,
pub us_index_flags: Option<UsIndexFlags>,
pub us_otc_auths: Option<UsOtcAuths>,
}Fields§
§us_lv2_flags: Option<UsLv2Flags>§us_index_flags: Option<UsIndexFlags>§us_otc_auths: Option<UsOtcAuths>Implementations§
Trait Implementations§
Source§impl Clone for QotRightBackendExtras
impl Clone for QotRightBackendExtras
Source§fn clone(&self) -> QotRightBackendExtras
fn clone(&self) -> QotRightBackendExtras
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 QotRightBackendExtras
impl Debug for QotRightBackendExtras
Source§impl Default for QotRightBackendExtras
impl Default for QotRightBackendExtras
Source§fn default() -> QotRightBackendExtras
fn default() -> QotRightBackendExtras
Returns the “default value” for a type. Read more
impl Copy for QotRightBackendExtras
Auto Trait Implementations§
impl Freeze for QotRightBackendExtras
impl RefUnwindSafe for QotRightBackendExtras
impl Send for QotRightBackendExtras
impl Sync for QotRightBackendExtras
impl Unpin for QotRightBackendExtras
impl UnsafeUnpin for QotRightBackendExtras
impl UnwindSafe for QotRightBackendExtras
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