pub struct PreflightSuccess {
pub diff_content: String,
}Fields§
§diff_content: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PreflightSuccess
impl RefUnwindSafe for PreflightSuccess
impl Send for PreflightSuccess
impl Sync for PreflightSuccess
impl Unpin for PreflightSuccess
impl UnsafeUnpin for PreflightSuccess
impl UnwindSafe for PreflightSuccess
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