pub struct BlocksArgs {
pub shared: SharedArgs,
pub active: bool,
pub recent: bool,
pub token_limit: Option<String>,
pub session_length: f64,
}Fields§
§active: bool§recent: bool§token_limit: Option<String>§session_length: f64Trait Implementations§
Source§impl Clone for BlocksArgs
impl Clone for BlocksArgs
Source§fn clone(&self) -> BlocksArgs
fn clone(&self) -> BlocksArgs
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 moreAuto Trait Implementations§
impl Freeze for BlocksArgs
impl RefUnwindSafe for BlocksArgs
impl Send for BlocksArgs
impl Sync for BlocksArgs
impl Unpin for BlocksArgs
impl UnsafeUnpin for BlocksArgs
impl UnwindSafe for BlocksArgs
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