Struct curl_effector_types::CurlResult
source · pub struct CurlResult {
pub success: bool,
pub error: String,
}
Fields§
§success: bool
§error: String
Trait Implementations§
source§impl Clone for CurlResult
impl Clone for CurlResult
source§fn clone(&self) -> CurlResult
fn clone(&self) -> CurlResult
Returns a copy of the value. Read more
1.0.0 · 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 CurlResult
impl Debug for CurlResult
Auto Trait Implementations§
impl Freeze for CurlResult
impl RefUnwindSafe for CurlResult
impl Send for CurlResult
impl Sync for CurlResult
impl Unpin for CurlResult
impl UnwindSafe for CurlResult
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