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