pub struct DatumReference {
pub precedence: i64,
pub referenced_datum: DatumRef,
}Fields§
§precedence: i64§referenced_datum: DatumRefTrait Implementations§
Source§impl Clone for DatumReference
impl Clone for DatumReference
Source§fn clone(&self) -> DatumReference
fn clone(&self) -> DatumReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DatumReference
impl Debug for DatumReference
Source§impl PartialEq for DatumReference
impl PartialEq for DatumReference
Source§fn eq(&self, other: &DatumReference) -> bool
fn eq(&self, other: &DatumReference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatumReference
Auto Trait Implementations§
impl Freeze for DatumReference
impl RefUnwindSafe for DatumReference
impl Send for DatumReference
impl Sync for DatumReference
impl Unpin for DatumReference
impl UnsafeUnpin for DatumReference
impl UnwindSafe for DatumReference
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