pub struct GrabOutput {
pub content: String,
pub files: Vec<GrabbedFile>,
}Fields§
§content: String§files: Vec<GrabbedFile>Trait Implementations§
Source§impl Clone for GrabOutput
impl Clone for GrabOutput
Source§fn clone(&self) -> GrabOutput
fn clone(&self) -> GrabOutput
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GrabOutput
impl RefUnwindSafe for GrabOutput
impl Send for GrabOutput
impl Sync for GrabOutput
impl Unpin for GrabOutput
impl UnwindSafe for GrabOutput
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