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