pub struct BatchUpdate { /* private fields */ }
Implementations§
Source§impl BatchUpdate
impl BatchUpdate
pub fn new( path: &str, timestamp: Option<usize>, data: Vec<f64>, ) -> Result<BatchUpdate, RRDCachedClientError>
pub fn to_command_string(&self) -> Result<String, RRDCachedClientError>
Auto Trait Implementations§
impl Freeze for BatchUpdate
impl RefUnwindSafe for BatchUpdate
impl Send for BatchUpdate
impl Sync for BatchUpdate
impl Unpin for BatchUpdate
impl UnwindSafe for BatchUpdate
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