pub struct CommonDictionaryTest<T: RoutingTestModelBuilder> { /* private fields */ }Implementations§
Source§impl<T: RoutingTestModelBuilder> CommonDictionaryTest<T>
impl<T: RoutingTestModelBuilder> CommonDictionaryTest<T>
pub fn new() -> Self
pub async fn test_use_protocol_from_dictionary(&self)
pub async fn test_use_protocol_from_dictionary_not_a_dictionary(&self)
pub async fn test_use_protocol_from_dictionary_not_used(&self)
pub async fn test_use_protocol_from_dictionary_not_found(&self)
pub async fn test_use_directory_from_dictionary(&self)
pub async fn test_expose_directory_from_dictionary(&self)
pub async fn test_use_protocol_from_nested_dictionary(&self)
pub async fn test_offer_protocol_from_dictionary(&self)
pub async fn test_offer_protocol_from_dictionary_not_found(&self)
pub async fn test_offer_protocol_from_dictionary_to_dictionary(&self)
pub async fn test_offer_protocol_from_nested_dictionary(&self)
pub async fn test_expose_protocol_from_dictionary(&self)
pub async fn test_expose_protocol_from_dictionary_not_found(&self)
pub async fn test_expose_protocol_from_nested_dictionary(&self)
pub async fn test_dictionary_in_exposed_dir(&self)
pub async fn test_offer_dictionary_to_dictionary(&self)
pub async fn test_use_from_dictionary_availability_attenuated(&self)
pub async fn test_use_from_dictionary_availability_invalid(&self)
pub async fn test_offer_from_dictionary_availability_attenuated(&self)
pub async fn test_offer_from_dictionary_availability_invalid(&self)
pub async fn test_expose_from_dictionary_availability_attenuated(&self)
pub async fn test_expose_from_dictionary_availability_invalid(&self)
Auto Trait Implementations§
impl<T> Freeze for CommonDictionaryTest<T>
impl<T> RefUnwindSafe for CommonDictionaryTest<T>where
T: RefUnwindSafe,
impl<T> Send for CommonDictionaryTest<T>where
T: Send,
impl<T> Sync for CommonDictionaryTest<T>where
T: Sync,
impl<T> Unpin for CommonDictionaryTest<T>where
T: Unpin,
impl<T> UnwindSafe for CommonDictionaryTest<T>where
T: 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, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> IntoAny for T
impl<T> IntoAny for T
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 more