pub struct VrtXmlWriter;Expand description
VRT XML writer
Implementations§
Source§impl VrtXmlWriter
impl VrtXmlWriter
Sourcepub fn write(dataset: &VrtDataset) -> Result<String>
pub fn write(dataset: &VrtDataset) -> Result<String>
Sourcepub fn write_file<P: AsRef<Path>>(dataset: &VrtDataset, path: P) -> Result<()>
pub fn write_file<P: AsRef<Path>>(dataset: &VrtDataset, path: P) -> Result<()>
Auto Trait Implementations§
impl Freeze for VrtXmlWriter
impl RefUnwindSafe for VrtXmlWriter
impl Send for VrtXmlWriter
impl Sync for VrtXmlWriter
impl Unpin for VrtXmlWriter
impl UnsafeUnpin for VrtXmlWriter
impl UnwindSafe for VrtXmlWriter
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