pub struct RegenerateOptions {
pub set_current_as_parent: bool,
}Fields§
§set_current_as_parent: boolTrait Implementations§
Source§impl Default for RegenerateOptions
impl Default for RegenerateOptions
Source§fn default() -> RegenerateOptions
fn default() -> RegenerateOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RegenerateOptions
impl RefUnwindSafe for RegenerateOptions
impl Send for RegenerateOptions
impl Sync for RegenerateOptions
impl Unpin for RegenerateOptions
impl UnsafeUnpin for RegenerateOptions
impl UnwindSafe for RegenerateOptions
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