pub struct DataKindPreference { /* private fields */ }Expand description
Allow the trait user to specify its data preferences
Implementations§
Auto Trait Implementations§
impl Freeze for DataKindPreference
impl RefUnwindSafe for DataKindPreference
impl Send for DataKindPreference
impl Sync for DataKindPreference
impl Unpin for DataKindPreference
impl UnwindSafe for DataKindPreference
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