Struct mseed::ConnectionInfo
source · pub struct ConnectionInfo(/* private fields */);Expand description
Holds the connection information that MSFileParam should use for reading.
Trait Implementations§
source§impl Debug for ConnectionInfo
impl Debug for ConnectionInfo
source§impl FromStr for ConnectionInfo
impl FromStr for ConnectionInfo
source§impl IntoConnectionInfo for ConnectionInfo
impl IntoConnectionInfo for ConnectionInfo
source§fn into_connection_info(self) -> MSResult<ConnectionInfo>
fn into_connection_info(self) -> MSResult<ConnectionInfo>
Converts the object into a connection info object.
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionInfo
impl Send for ConnectionInfo
impl Sync for ConnectionInfo
impl Unpin for ConnectionInfo
impl UnwindSafe for ConnectionInfo
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