pub struct CurlResult {
pub commands: Vec<CurlCommand>,
}Fields§
§commands: Vec<CurlCommand>Trait Implementations§
Source§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 UnsafeUnpin 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