pub struct InfoOptions {
pub include_history: bool,
pub history_period_type: String,
pub history_period: u32,
pub history_frequency_type: String,
}Fields§
§include_history: bool§history_period_type: String§history_period: u32§history_frequency_type: StringTrait Implementations§
Source§impl Clone for InfoOptions
impl Clone for InfoOptions
Source§fn clone(&self) -> InfoOptions
fn clone(&self) -> InfoOptions
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 InfoOptions
impl Debug for InfoOptions
Auto Trait Implementations§
impl Freeze for InfoOptions
impl RefUnwindSafe for InfoOptions
impl Send for InfoOptions
impl Sync for InfoOptions
impl Unpin for InfoOptions
impl UnsafeUnpin for InfoOptions
impl UnwindSafe for InfoOptions
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