pub struct Sc3ml;Expand description
SeisComP SC3ML 0.13 format marker.
Use this with StationXmlFormat methods to read/write SC3ML.
use stationxml_rs::{Sc3ml, StationXmlFormat};
let inv = Sc3ml::read_from_str("<seiscomp ...>...</seiscomp>").unwrap();
let xml = Sc3ml::write_to_string(&inv).unwrap();Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sc3ml
impl RefUnwindSafe for Sc3ml
impl Send for Sc3ml
impl Sync for Sc3ml
impl Unpin for Sc3ml
impl UnsafeUnpin for Sc3ml
impl UnwindSafe for Sc3ml
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