pub struct UserDefinedInvariant { /* private fields */ }Implementations§
Source§impl UserDefinedInvariant
impl UserDefinedInvariant
pub fn category_label(&self) -> &str
Trait Implementations§
Source§impl Debug for UserDefinedInvariant
impl Debug for UserDefinedInvariant
Auto Trait Implementations§
impl Freeze for UserDefinedInvariant
impl RefUnwindSafe for UserDefinedInvariant
impl Send for UserDefinedInvariant
impl Sync for UserDefinedInvariant
impl Unpin for UserDefinedInvariant
impl UnsafeUnpin for UserDefinedInvariant
impl UnwindSafe for UserDefinedInvariant
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