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