Enum pancake_types::types::SVShared
source · pub enum SVShared {
Own(Arc<SubValue>),
Ref(OwningRef<PVShared, Datum>),
}Variants§
Methods 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§
Auto Trait Implementations§
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