pub struct ChannelBuilder { /* private fields */ }Expand description
Builder for Channel.
Implementations§
Source§impl ChannelBuilder
impl ChannelBuilder
pub fn latitude(self, lat: f64) -> Self
pub fn longitude(self, lon: f64) -> Self
pub fn elevation(self, elev: f64) -> Self
pub fn depth(self, depth: f64) -> Self
pub fn azimuth(self, azimuth: f64) -> Self
pub fn dip(self, dip: f64) -> Self
pub fn sample_rate(self, rate: f64) -> Self
pub fn start_date(self, date: DateTime<Utc>) -> Self
pub fn end_date(self, date: DateTime<Utc>) -> Self
pub fn sensor(self, sensor: Equipment) -> Self
pub fn data_logger(self, dl: Equipment) -> Self
pub fn response(self, response: Response) -> Self
Auto Trait Implementations§
impl Freeze for ChannelBuilder
impl RefUnwindSafe for ChannelBuilder
impl Send for ChannelBuilder
impl Sync for ChannelBuilder
impl Unpin for ChannelBuilder
impl UnsafeUnpin for ChannelBuilder
impl UnwindSafe for ChannelBuilder
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