Struct pancake_types::types::sv::SubValue
source · pub struct SubValue(pub Datum);Expand description
A sub-portion of a Value
Tuple Fields§
§0: DatumMethods from Deref<Target = Datum>§
pub fn ser(&self, w: &mut impl Write) -> Result<WriteLen>
fn ser_<const IS_ROOT: bool>(&self, w: &mut impl Write) -> Result<WriteLen>
fn intra_tuple_datum_len<const IS_ROOT: bool>(&self) -> Result<DatumBodyLen>
Trait Implementations§
source§impl Ord for SubValue
impl Ord for SubValue
source§impl PartialEq for SubValue
impl PartialEq for SubValue
source§impl PartialOrd for SubValue
impl PartialOrd for SubValue
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for SubValue
impl StructuralEq for SubValue
impl StructuralPartialEq for SubValue
Auto Trait Implementations§
impl RefUnwindSafe for SubValue
impl Send for SubValue
impl Sync for SubValue
impl Unpin for SubValue
impl UnwindSafe for SubValue
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