pub struct BindingWithTimestamp {
pub bindings: String,
pub timestamp_from: i64,
pub timestamp_to: i64,
}Expand description
Represents a binding result with timestamp information
Fields§
§bindings: String§timestamp_from: i64§timestamp_to: i64Trait Implementations§
Source§impl Clone for BindingWithTimestamp
impl Clone for BindingWithTimestamp
Source§fn clone(&self) -> BindingWithTimestamp
fn clone(&self) -> BindingWithTimestamp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BindingWithTimestamp
impl RefUnwindSafe for BindingWithTimestamp
impl Send for BindingWithTimestamp
impl Sync for BindingWithTimestamp
impl Unpin for BindingWithTimestamp
impl UnwindSafe for BindingWithTimestamp
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