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