pub struct NDataConfig { /* private fields */ }Implementations§
Source§impl NDataConfig
impl NDataConfig
Trait Implementations§
Source§impl Clone for NDataConfig
impl Clone for NDataConfig
Source§fn clone(&self) -> NDataConfig
fn clone(&self) -> NDataConfig
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 NDataConfig
impl Debug for NDataConfig
Source§impl Default for NDataConfig
impl Default for NDataConfig
Source§fn default() -> NDataConfig
fn default() -> NDataConfig
Returns the “default value” for a type. Read more
impl Copy for NDataConfig
Auto Trait Implementations§
impl Freeze for NDataConfig
impl RefUnwindSafe for NDataConfig
impl Send for NDataConfig
impl Sync for NDataConfig
impl Unpin for NDataConfig
impl UnwindSafe for NDataConfig
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