pub struct RemotePullFailure {
pub code: &'static str,
pub message: String,
pub details: Option<Value>,
pub exit_code: i32,
}Fields§
§code: &'static str§message: String§details: Option<Value>§exit_code: i32Trait Implementations§
Source§impl Clone for RemotePullFailure
impl Clone for RemotePullFailure
Auto Trait Implementations§
impl Freeze for RemotePullFailure
impl RefUnwindSafe for RemotePullFailure
impl Send for RemotePullFailure
impl Sync for RemotePullFailure
impl Unpin for RemotePullFailure
impl UnsafeUnpin for RemotePullFailure
impl UnwindSafe for RemotePullFailure
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