pub struct CrawlLiteral {
pub bindings: Option<CrawlBindings>,
pub filter: Option<ExprKind>,
pub body: Block,
}Fields§
§bindings: Option<CrawlBindings>§filter: Option<ExprKind>§body: BlockImplementations§
Source§impl CrawlLiteral
impl CrawlLiteral
Trait Implementations§
Source§impl Clone for CrawlLiteral
impl Clone for CrawlLiteral
Source§fn clone(&self) -> CrawlLiteral
fn clone(&self) -> CrawlLiteral
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 CrawlLiteral
impl Debug for CrawlLiteral
Source§impl PartialEq for CrawlLiteral
impl PartialEq for CrawlLiteral
impl StructuralPartialEq for CrawlLiteral
Auto Trait Implementations§
impl Freeze for CrawlLiteral
impl RefUnwindSafe for CrawlLiteral
impl Send for CrawlLiteral
impl Sync for CrawlLiteral
impl Unpin for CrawlLiteral
impl UnwindSafe for CrawlLiteral
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