Docs.rs
sieve-rs-0.7.0
sieve-rs 0.7.0
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
mdecimus
Dependencies
ahash ^0.8.0
normal
arc-swap ^1.7.1
normal
fancy-regex ^0.14.0
normal
hashify ^0.2
normal
mail-builder ^0.4
normal
mail-parser ^0.11
normal
rkyv ^0.8
normal
optional
serde ^1.0
normal
optional
evalexpr ^11.1.0
dev
mail-parser ^0.11
dev
serde ^1.0
dev
serde_json ^1.0
dev
Versions
0.18%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sieve
0.7.0
MapLocal
Vars
Required Methods
map_local_vars
Implementations on Foreign Types
Option<T>
Vec<T>
Implementors
In sieve::
compiler::
grammar::
instruction
sieve
::
compiler
::
grammar
::
instruction
Trait
MapLocalVars
Copy item path
Source
pub trait MapLocalVars { // Required method fn
map_local_vars
(&mut self, last_id:
usize
); }
Required Methods
§
Source
fn
map_local_vars
(&mut self, last_id:
usize
)
Implementations on Foreign Types
§
Source
§
impl<T:
MapLocalVars
>
MapLocalVars
for
Option
<T>
Source
§
fn
map_local_vars
(&mut self, last_id:
usize
)
Source
§
impl<T:
MapLocalVars
>
MapLocalVars
for
Vec
<T>
Source
§
fn
map_local_vars
(&mut self, last_id:
usize
)
Implementors
§
Source
§
impl
MapLocalVars
for
Metadata
<Value>
Source
§
impl
MapLocalVars
for
VariableType
Source
§
impl
MapLocalVars
for
ByTime
<Value>