pub struct HostedPullResultFields {
pub success: bool,
pub final_state: Option<String>,
pub error: Option<String>,
}Expand description
Caller-mapped hosted pull transport fields (no wire/protobuf types).
Fields§
§success: bool§final_state: Option<String>§error: Option<String>Trait Implementations§
Source§impl Clone for HostedPullResultFields
impl Clone for HostedPullResultFields
Source§fn clone(&self) -> HostedPullResultFields
fn clone(&self) -> HostedPullResultFields
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 HostedPullResultFields
impl Debug for HostedPullResultFields
impl Eq for HostedPullResultFields
Source§impl PartialEq for HostedPullResultFields
impl PartialEq for HostedPullResultFields
impl StructuralPartialEq for HostedPullResultFields
Auto Trait Implementations§
impl Freeze for HostedPullResultFields
impl RefUnwindSafe for HostedPullResultFields
impl Send for HostedPullResultFields
impl Sync for HostedPullResultFields
impl Unpin for HostedPullResultFields
impl UnsafeUnpin for HostedPullResultFields
impl UnwindSafe for HostedPullResultFields
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