pub struct CommonRightsTest<T: RoutingTestModelBuilder> { /* private fields */ }
Implementations§
Source§impl<T: RoutingTestModelBuilder> CommonRightsTest<T>
impl<T: RoutingTestModelBuilder> CommonRightsTest<T>
pub fn new() -> Self
pub async fn test_offer_increasing_rights(&self)
pub async fn test_offer_incompatible_rights(&self)
pub async fn test_expose_increasing_rights(&self)
pub async fn test_expose_incompatible_rights(&self)
pub async fn test_capability_increasing_rights(&self)
pub async fn test_capability_incompatible_rights(&self)
Sourcepub async fn test_offer_from_component_manager_namespace_directory_incompatible_rights(
&self,
)
pub async fn test_offer_from_component_manager_namespace_directory_incompatible_rights( &self, )
component manager’s namespace
|
a
b
a: offers directory /offer_from_cm_namespace/data/foo from realm as bar_data b: uses directory bar_data as /data/hippo, but the rights don’t match
Auto Trait Implementations§
impl<T> Freeze for CommonRightsTest<T>
impl<T> RefUnwindSafe for CommonRightsTest<T>where
T: RefUnwindSafe,
impl<T> Send for CommonRightsTest<T>where
T: Send,
impl<T> Sync for CommonRightsTest<T>where
T: Sync,
impl<T> Unpin for CommonRightsTest<T>where
T: Unpin,
impl<T> UnwindSafe for CommonRightsTest<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