pub struct ResourceInvariant {
pub predicate: String,
pub is_stable: bool,
}Expand description
A stable resource invariant under interference.
Fields§
§predicate: String§is_stable: boolImplementations§
Auto Trait Implementations§
impl Freeze for ResourceInvariant
impl RefUnwindSafe for ResourceInvariant
impl Send for ResourceInvariant
impl Sync for ResourceInvariant
impl Unpin for ResourceInvariant
impl UnsafeUnpin for ResourceInvariant
impl UnwindSafe for ResourceInvariant
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