pub struct InitPlan {
pub install_alias: bool,
pub advance_bookmarks: bool,
pub install_jjui_actions: bool,
}Fields§
§install_alias: bool§advance_bookmarks: bool§install_jjui_actions: boolTrait Implementations§
impl Copy for InitPlan
impl Eq for InitPlan
impl StructuralPartialEq for InitPlan
Auto Trait Implementations§
impl Freeze for InitPlan
impl RefUnwindSafe for InitPlan
impl Send for InitPlan
impl Sync for InitPlan
impl Unpin for InitPlan
impl UnsafeUnpin for InitPlan
impl UnwindSafe for InitPlan
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