pub struct CurlCommand {
pub id: String,
pub safe: bool,
pub label: String,
pub command: String,
}Fields§
§id: String§safe: bool§label: String§command: StringTrait Implementations§
Source§impl Debug for CurlCommand
impl Debug for CurlCommand
Auto Trait Implementations§
impl Freeze for CurlCommand
impl RefUnwindSafe for CurlCommand
impl Send for CurlCommand
impl Sync for CurlCommand
impl Unpin for CurlCommand
impl UnsafeUnpin for CurlCommand
impl UnwindSafe for CurlCommand
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