pub struct __wt_config_arg { /* private fields */ }Expand description
Forward structure declarations for the extension API
Trait Implementations§
Source§impl Clone for __wt_config_arg
impl Clone for __wt_config_arg
Source§fn clone(&self) -> __wt_config_arg
fn clone(&self) -> __wt_config_arg
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 __wt_config_arg
impl Debug for __wt_config_arg
impl Copy for __wt_config_arg
Auto Trait Implementations§
impl Freeze for __wt_config_arg
impl RefUnwindSafe for __wt_config_arg
impl Send for __wt_config_arg
impl Sync for __wt_config_arg
impl Unpin for __wt_config_arg
impl UnwindSafe for __wt_config_arg
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