pub struct ReadAbrOptions {
pub log_missing_features: bool,
}Expand description
Опции readAbr.
Fields§
§log_missing_features: boolTrait Implementations§
Source§impl Clone for ReadAbrOptions
impl Clone for ReadAbrOptions
Source§fn clone(&self) -> ReadAbrOptions
fn clone(&self) -> ReadAbrOptions
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 ReadAbrOptions
impl Debug for ReadAbrOptions
Source§impl Default for ReadAbrOptions
impl Default for ReadAbrOptions
Source§fn default() -> ReadAbrOptions
fn default() -> ReadAbrOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReadAbrOptions
impl RefUnwindSafe for ReadAbrOptions
impl Send for ReadAbrOptions
impl Sync for ReadAbrOptions
impl Unpin for ReadAbrOptions
impl UnsafeUnpin for ReadAbrOptions
impl UnwindSafe for ReadAbrOptions
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