Struct raphtory_api::core::entities::VID
source · #[repr(transparent)]pub struct VID(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for VID
impl<'de> Deserialize<'de> for VID
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for VID
impl Ord for VID
source§impl PartialOrd for VID
impl PartialOrd for VID
impl Copy for VID
impl Eq for VID
impl Pod for VID
impl StructuralPartialEq for VID
Auto Trait Implementations§
impl Freeze for VID
impl RefUnwindSafe for VID
impl Send for VID
impl Sync for VID
impl Unpin for VID
impl UnwindSafe for VID
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
source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
source§type Bits = T
type Bits = T
Self must have the same layout as the specified Bits except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern.source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self.source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)