[][src]Struct holochain_persistence_api::cas::content::AddressableContentTestSuite

pub struct AddressableContentTestSuite;

Methods

impl AddressableContentTestSuite[src]

pub fn addressable_content_trait_test<T>(
    content: Content,
    expected_content: T,
    address: Address
) where
    T: AddressableContent + Debug + PartialEq + Clone
[src]

test that trait gives the write content

pub fn addressable_contents_are_the_same_test<T, K>(content: Content) where
    T: AddressableContent + Debug + PartialEq + Clone,
    K: AddressableContent + Debug + PartialEq + Clone
[src]

test that two different addressable contents would give them same thing

pub fn addressable_content_round_trip<T, K>(contents: Vec<T>, cas: K) where
    T: AddressableContent + PartialEq + Clone + Debug,
    K: ContentAddressableStorage
[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self