pub struct RebaseFinishOutput {
pub finished: bool,
}Fields§
§finished: boolTrait Implementations§
Source§impl Clone for RebaseFinishOutput
impl Clone for RebaseFinishOutput
Source§fn clone(&self) -> RebaseFinishOutput
fn clone(&self) -> RebaseFinishOutput
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 RebaseFinishOutput
impl Debug for RebaseFinishOutput
Source§impl<'de> Deserialize<'de> for RebaseFinishOutput
impl<'de> Deserialize<'de> for RebaseFinishOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RebaseFinishOutput
impl RefUnwindSafe for RebaseFinishOutput
impl Send for RebaseFinishOutput
impl Sync for RebaseFinishOutput
impl Unpin for RebaseFinishOutput
impl UnsafeUnpin for RebaseFinishOutput
impl UnwindSafe for RebaseFinishOutput
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