pub struct AllowedRegionRule;Trait Implementations§
Source§impl PolicyRule for AllowedRegionRule
impl PolicyRule for AllowedRegionRule
Auto Trait Implementations§
impl Freeze for AllowedRegionRule
impl RefUnwindSafe for AllowedRegionRule
impl Send for AllowedRegionRule
impl Sync for AllowedRegionRule
impl Unpin for AllowedRegionRule
impl UnsafeUnpin for AllowedRegionRule
impl UnwindSafe for AllowedRegionRule
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