pub struct CrawlBindings {
pub link: Identifier,
pub depth: Identifier,
}
Fields§
§link: Identifier
§depth: Identifier
Trait Implementations§
Source§impl Clone for CrawlBindings
impl Clone for CrawlBindings
Source§fn clone(&self) -> CrawlBindings
fn clone(&self) -> CrawlBindings
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 moreSource§impl Debug for CrawlBindings
impl Debug for CrawlBindings
Source§impl PartialEq for CrawlBindings
impl PartialEq for CrawlBindings
impl StructuralPartialEq for CrawlBindings
Auto Trait Implementations§
impl Freeze for CrawlBindings
impl RefUnwindSafe for CrawlBindings
impl Send for CrawlBindings
impl Sync for CrawlBindings
impl Unpin for CrawlBindings
impl UnwindSafe for CrawlBindings
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