Struct holochain_cascade::test_utils::EntryTestData[][src]

pub struct EntryTestData {
Show 21 fields pub store_entry_op: DhtOpHashed, pub wire_create: Judged<WireNewEntryHeader>, pub create_hash: HeaderHash, pub delete_entry_header_op: DhtOpHashed, pub wire_delete: Judged<WireDelete>, pub delete_hash: HeaderHash, pub update_content_op: DhtOpHashed, pub wire_update: Judged<WireUpdateRelationship>, pub update_hash: HeaderHash, pub hash: EntryHash, pub entry: EntryData, pub create_link_op: DhtOpHashed, pub delete_link_op: DhtOpHashed, pub wire_create_link: WireCreateLink, pub wire_create_link_base: WireCreateLink, pub wire_delete_link: WireDeleteLink, pub create_link_header: SignedHeaderHashed, pub delete_link_header: SignedHeaderHashed, pub link_key: WireLinkKey, pub link_key_tag: WireLinkKey, pub links: Vec<Link>,
}

Fields

store_entry_op: DhtOpHashedwire_create: Judged<WireNewEntryHeader>create_hash: HeaderHashdelete_entry_header_op: DhtOpHashedwire_delete: Judged<WireDelete>delete_hash: HeaderHashupdate_content_op: DhtOpHashedwire_update: Judged<WireUpdateRelationship>update_hash: HeaderHashhash: EntryHashentry: EntryDatacreate_link_op: DhtOpHasheddelete_link_op: DhtOpHashedwire_create_link: WireCreateLinkwire_create_link_base: WireCreateLinkwire_delete_link: WireDeleteLinkcreate_link_header: SignedHeaderHasheddelete_link_header: SignedHeaderHashedlink_key: WireLinkKeylink_key_tag: WireLinkKeylinks: Vec<Link>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

TODO: once 1.33.0 is the minimum supported compiler version, remove Any::type_id_compat and use StdAny::type_id instead. https://github.com/rust-lang/rust/issues/27745 Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more