Struct ndata::NDataConfig
source · [−]pub struct NDataConfig { /* private fields */ }Trait Implementations
sourceimpl Clone for NDataConfig
impl Clone for NDataConfig
sourcefn clone(&self) -> NDataConfig
fn clone(&self) -> NDataConfig
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NDataConfig
impl Debug for NDataConfig
sourceimpl Default for NDataConfig
impl Default for NDataConfig
sourcefn default() -> NDataConfig
fn default() -> NDataConfig
Returns the “default value” for a type. Read more
impl Copy for NDataConfig
Auto Trait Implementations
impl RefUnwindSafe for NDataConfig
impl Send for NDataConfig
impl Sync for NDataConfig
impl Unpin for NDataConfig
impl UnwindSafe for NDataConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more