pub struct PorcelainOptions {
pub include_ignored: bool,
pub include_untracked: bool,
}Expand description
Output filtering.
Fields§
§include_ignored: boolKeep !! entries.
include_untracked: boolKeep ?? entries.
Trait Implementations§
Source§impl Clone for PorcelainOptions
impl Clone for PorcelainOptions
Source§fn clone(&self) -> PorcelainOptions
fn clone(&self) -> PorcelainOptions
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 moreimpl Copy for PorcelainOptions
Source§impl Debug for PorcelainOptions
impl Debug for PorcelainOptions
Auto Trait Implementations§
impl Freeze for PorcelainOptions
impl RefUnwindSafe for PorcelainOptions
impl Send for PorcelainOptions
impl Sync for PorcelainOptions
impl Unpin for PorcelainOptions
impl UnsafeUnpin for PorcelainOptions
impl UnwindSafe for PorcelainOptions
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