pub struct Ds { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<N> From<Ds> for AllRecordData<N>
impl<N> From<Ds> for AllRecordData<N>
Source§impl<N> From<Ds> for MasterRecordData<N>
impl<N> From<Ds> for MasterRecordData<N>
Source§impl Ord for Ds
impl Ord for Ds
Source§impl PartialOrd for Ds
impl PartialOrd for Ds
Source§impl RtypeRecordData for Ds
impl RtypeRecordData for Ds
impl Eq for Ds
impl StructuralPartialEq for Ds
Auto Trait Implementations§
impl !Freeze for Ds
impl RefUnwindSafe for Ds
impl Send for Ds
impl Sync for Ds
impl Unpin for Ds
impl UnwindSafe for Ds
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