pub struct InitOutcome {
pub alias_set: bool,
pub advance_bookmarks_set: bool,
pub jjui_actions_added: AddedItems,
}Fields§
§alias_set: bool§advance_bookmarks_set: bool§jjui_actions_added: AddedItemsTrait Implementations§
Source§impl Clone for InitOutcome
impl Clone for InitOutcome
Source§fn clone(&self) -> InitOutcome
fn clone(&self) -> InitOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InitOutcome
impl Debug for InitOutcome
Source§impl PartialEq for InitOutcome
impl PartialEq for InitOutcome
Source§fn eq(&self, other: &InitOutcome) -> bool
fn eq(&self, other: &InitOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InitOutcome
impl Eq for InitOutcome
impl StructuralPartialEq for InitOutcome
Auto Trait Implementations§
impl Freeze for InitOutcome
impl RefUnwindSafe for InitOutcome
impl Send for InitOutcome
impl Sync for InitOutcome
impl Unpin for InitOutcome
impl UnsafeUnpin for InitOutcome
impl UnwindSafe for InitOutcome
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