pub struct LibReadConfig {}Trait Implementations§
Source§impl Clone for LibReadConfig
impl Clone for LibReadConfig
Source§fn clone(&self) -> LibReadConfig
fn clone(&self) -> LibReadConfig
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 LibReadConfig
impl Debug for LibReadConfig
impl Copy for LibReadConfig
Auto Trait Implementations§
impl Freeze for LibReadConfig
impl RefUnwindSafe for LibReadConfig
impl Send for LibReadConfig
impl Sync for LibReadConfig
impl Unpin for LibReadConfig
impl UnwindSafe for LibReadConfig
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