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