pub struct RidMapping {
pub rid: Rid,
pub cid: Cid,
pub valid_from: Timestamp,
pub valid_to: Option<Timestamp>,
}Expand description
RID to CID mapping with temporal support
Fields§
§rid: Rid§cid: Cid§valid_from: Timestamp§valid_to: Option<Timestamp>Trait Implementations§
Source§impl Clone for RidMapping
impl Clone for RidMapping
Source§fn clone(&self) -> RidMapping
fn clone(&self) -> RidMapping
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 RidMapping
impl RefUnwindSafe for RidMapping
impl Send for RidMapping
impl Sync for RidMapping
impl Unpin for RidMapping
impl UnwindSafe for RidMapping
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