pub struct SplitPushError { /* private fields */ }Implementations§
Source§impl SplitPushError
impl SplitPushError
pub fn retain_worktree(&self) -> bool
Trait Implementations§
Source§impl Clone for SplitPushError
impl Clone for SplitPushError
Source§fn clone(&self) -> SplitPushError
fn clone(&self) -> SplitPushError
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 SplitPushError
impl Debug for SplitPushError
Source§impl Display for SplitPushError
impl Display for SplitPushError
Source§impl Error for SplitPushError
impl Error for SplitPushError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for SplitPushError
impl RefUnwindSafe for SplitPushError
impl Send for SplitPushError
impl Sync for SplitPushError
impl Unpin for SplitPushError
impl UnsafeUnpin for SplitPushError
impl UnwindSafe for SplitPushError
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