pub struct PolicyId(/* private fields */);Expand description
Policy identifier for disclosure, replay, settlement, or admission rules.
Implementations§
Trait Implementations§
impl Eq for PolicyId
impl StructuralPartialEq for PolicyId
Auto Trait Implementations§
impl Freeze for PolicyId
impl RefUnwindSafe for PolicyId
impl Send for PolicyId
impl Sync for PolicyId
impl Unpin for PolicyId
impl UnsafeUnpin for PolicyId
impl UnwindSafe for PolicyId
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