pub struct StateSpec {
pub allowed: bool,
}Fields§
§allowed: boolTrait Implementations§
impl StructuralPartialEq for StateSpec
Auto Trait Implementations§
impl Freeze for StateSpec
impl RefUnwindSafe for StateSpec
impl Send for StateSpec
impl Sync for StateSpec
impl Unpin for StateSpec
impl UnsafeUnpin for StateSpec
impl UnwindSafe for StateSpec
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