pub struct PropertyWriter<'b, SWHIDMPHF: SwhidMphf> {
pub swhid_mph: SWHIDMPHF,
pub person_mph: Option<PersonHasher<'b>>,
pub order: MappedPermutation,
pub num_nodes: usize,
pub dataset_dir: PathBuf,
pub allowed_node_types: Vec<NodeType>,
pub target: PathBuf,
}Fields§
§swhid_mph: SWHIDMPHF§person_mph: Option<PersonHasher<'b>>§order: MappedPermutation§num_nodes: usize§dataset_dir: PathBuf§allowed_node_types: Vec<NodeType>§target: PathBufImplementations§
Source§impl<SWHIDMPHF: SwhidMphf + Sync> PropertyWriter<'_, SWHIDMPHF>
impl<SWHIDMPHF: SwhidMphf + Sync> PropertyWriter<'_, SWHIDMPHF>
pub fn write_committer_timestamps(&self) -> Result<()>
pub fn write_content_lengths(&self) -> Result<()>
pub fn write_content_is_skipped(&self) -> Result<()>
pub fn write_committer_ids(&self) -> Result<()>
pub fn write_messages(&self) -> Result<()>
pub fn write_tag_names(&self) -> Result<()>
Auto Trait Implementations§
impl<'b, SWHIDMPHF> Freeze for PropertyWriter<'b, SWHIDMPHF>where
SWHIDMPHF: Freeze,
impl<'b, SWHIDMPHF> RefUnwindSafe for PropertyWriter<'b, SWHIDMPHF>where
SWHIDMPHF: RefUnwindSafe,
impl<'b, SWHIDMPHF> Send for PropertyWriter<'b, SWHIDMPHF>where
SWHIDMPHF: Send,
impl<'b, SWHIDMPHF> Sync for PropertyWriter<'b, SWHIDMPHF>where
SWHIDMPHF: Sync,
impl<'b, SWHIDMPHF> Unpin for PropertyWriter<'b, SWHIDMPHF>where
SWHIDMPHF: Unpin,
impl<'b, SWHIDMPHF> UnwindSafe for PropertyWriter<'b, SWHIDMPHF>where
SWHIDMPHF: UnwindSafe,
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, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
Source§impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
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> 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<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
impl<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
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
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.
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.