pub enum PropertyAccess {
Show 17 variants
Swhid(NodeId),
NodeType(NodeId),
NodeId(SWHID),
NodeIdForInvalidBytes([u8; 22]),
NodeIdForInvalidStrArray([u8; 50]),
NodeIdForInvalidString(String),
IsSkippedContent(NodeId),
ContentLength(NodeId),
AuthorId(NodeId),
CommitterId(NodeId),
Message(NodeId),
TagName(NodeId),
AuthorTimestamp(NodeId),
AuthorTimestampOffset(NodeId),
CommitterTimestamp(NodeId),
CommitterTimestampOffset(NodeId),
LabelNames,
}Expand description
Record of a property access operation
Variants§
Swhid(NodeId)
NodeType(NodeId)
NodeId(SWHID)
NodeIdForInvalidBytes([u8; 22])
NodeIdForInvalidStrArray([u8; 50])
NodeIdForInvalidString(String)
IsSkippedContent(NodeId)
ContentLength(NodeId)
AuthorId(NodeId)
CommitterId(NodeId)
Message(NodeId)
TagName(NodeId)
AuthorTimestamp(NodeId)
AuthorTimestampOffset(NodeId)
CommitterTimestamp(NodeId)
CommitterTimestampOffset(NodeId)
LabelNames
TODO: record exact queries (LabelNameId <-> label name)
Trait Implementations§
Source§impl Clone for PropertyAccess
impl Clone for PropertyAccess
Source§fn clone(&self) -> PropertyAccess
fn clone(&self) -> PropertyAccess
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 PropertyAccess
impl Debug for PropertyAccess
impl Eq for PropertyAccess
Source§impl PartialEq for PropertyAccess
impl PartialEq for PropertyAccess
Source§fn eq(&self, other: &PropertyAccess) -> bool
fn eq(&self, other: &PropertyAccess) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PropertyAccess
Auto Trait Implementations§
impl Freeze for PropertyAccess
impl RefUnwindSafe for PropertyAccess
impl Send for PropertyAccess
impl Sync for PropertyAccess
impl Unpin for PropertyAccess
impl UnsafeUnpin for PropertyAccess
impl UnwindSafe for PropertyAccess
Blanket Implementations§
impl<T> Allocation for T
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> DowncastableFrom<T> for T
impl<T> DowncastableFrom<T> for T
Source§fn downcast_from(value: T) -> T
fn downcast_from(value: T) -> T
Truncate the current UnsignedInt to a possibly smaller size
Source§impl<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
impl<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Source§impl<T> UpcastableFrom<T> for T
impl<T> UpcastableFrom<T> for T
Source§fn upcast_from(value: T) -> T
fn upcast_from(value: T) -> T
Extend the current UnsignedInt to a possibly bigger size.