pub struct WithPolicy(pub Arc<PolicyConfig>);Expand description
Marker: policy configured.
Tuple Fields§
§0: Arc<PolicyConfig>Auto Trait Implementations§
impl Freeze for WithPolicy
impl RefUnwindSafe for WithPolicy
impl Send for WithPolicy
impl Sync for WithPolicy
impl Unpin for WithPolicy
impl UnsafeUnpin for WithPolicy
impl UnwindSafe for WithPolicy
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