René's URL Explorer Experiment


Title: rustpython_vm::function::OptionalArg - Rust

Description: API documentation for the Rust `OptionalArg` enum in crate `rustpython_vm`.

Keywords:

Generator: rustdoc

direct link

Domain: rustpython.github.io

Links:

https://rustpython.github.io/website/rustpython_vm/index.html
Variantshttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variants
Presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variant.Present
Missinghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variant.Missing
Methodshttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#methods
andhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.and
and_thenhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.and_then
as_derefhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_deref
as_deref_muthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_deref_mut
as_muthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_mut
as_optionhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_option
as_option_muthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_option_mut
as_refhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_ref
clonedhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.cloned
clonedhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.cloned-1
copiedhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.copied
copiedhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.copied-1
expecthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.expect
expect_presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.expect_present
filterhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.filter
from_optionhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.from_option
get_or_inserthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.get_or_insert
get_or_insert_withhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.get_or_insert_with
into_optionhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.into_option
is_missinghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.is_missing
is_presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.is_present
maphttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.map
map_orhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.map_or
map_or_elsehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.map_or_else
ok_orhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.ok_or
ok_or_elsehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.ok_or_else
orhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.or
or_elsehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.or_else
presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.present
replacehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.replace
takehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.take
transposehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.transpose
unwraphttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.unwrap
unwrap_orhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.unwrap_or
unwrap_or_defaulthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.unwrap_or_default
unwrap_or_elsehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.unwrap_or_else
xorhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.xor
Trait Implementationshttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#implementations
Clonehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Clone
Debughttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Debug
Defaulthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Default
From<&'a OptionalArg>https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3C%26%27a%20OptionalArg%3CT%3E%3E
From<&'a mut OptionalArg>https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3C%26%27a%20mut%20OptionalArg%3CT%3E%3E
Fromhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3CT%3E
FromArgshttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-FromArgs
IntoIteratorhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-IntoIterator
OptionLikehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-OptionLike%3CT%3E
Auto Trait Implementationshttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#synthetic-implementations
RefUnwindSafehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-RefUnwindSafe
Sendhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Send
Synchttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Sync
Unpinhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Unpin
UnwindSafehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-UnwindSafe
Blanket Implementationshttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#blanket-implementations
Anyhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Any
Borrowhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Borrow%3CT%3E
BorrowMuthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-BorrowMut%3CT%3E
Fromhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3C!%3E
Fromhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3CT%3E
FromArgshttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-FromArgs
Intohttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Into%3CU%3E
IntoIteratorhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-IntoIterator
Samehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Same%3CT%3E
Statisticshttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Statistics%3Cf64%3E
ToOwnedhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-ToOwned
TryFromhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-TryFrom%3CU%3E
TryIntohttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-TryInto%3CU%3E
VZiphttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-VZip%3CV%3E
rustpython_vmhttps://rustpython.github.io/website/rustpython_vm/index.html
functionhttps://rustpython.github.io/website/rustpython_vm/function/index.html
https://rustpython.github.io/website/settings.html
[−]javascript:void(0)
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#347-350
rustpython_vmhttps://rustpython.github.io/website/rustpython_vm/index.html
functionhttps://rustpython.github.io/website/rustpython_vm/function/index.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
PyObjectRefhttps://rustpython.github.io/website/rustpython_vm/pyobject/type.PyObjectRef.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variants
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variant.Present
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variant.Missing
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#methods
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#346
is_presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.is_present
boolhttps://doc.rust-lang.org/nightly/std/primitive.bool.html
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#346
Presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variant.Present
expect_presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.expect_present
Debughttps://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#346
Presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variant.Present
Panicshttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#panics
Presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variant.Present
presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.present
Optionhttps://doc.rust-lang.org/nightly/core/option/enum.Option.html
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#346
Presenthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variant.Present
is_missinghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.is_missing
boolhttps://doc.rust-lang.org/nightly/std/primitive.bool.html
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#346
Missinghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#variant.Missing
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-1
from_optionhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.from_option
Optionhttps://doc.rust-lang.org/nightly/core/option/enum.Option.html
into_optionhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.into_option
Optionhttps://doc.rust-lang.org/nightly/core/option/enum.Option.html
as_optionhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_option
Optionhttps://doc.rust-lang.org/nightly/core/option/enum.Option.html
&https://doc.rust-lang.org/nightly/std/primitive.reference.html
as_option_muthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_option_mut
Optionhttps://doc.rust-lang.org/nightly/core/option/enum.Option.html
&mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
as_refhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_ref
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&https://doc.rust-lang.org/nightly/std/primitive.reference.html
as_muthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_mut
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
expecthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.expect
strhttps://doc.rust-lang.org/nightly/std/primitive.str.html
unwraphttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.unwrap
unwrap_orhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.unwrap_or
unwrap_or_elsehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.unwrap_or_else
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
maphttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.map
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
map_orhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.map_or
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
map_or_elsehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.map_or_else
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
ok_orhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.ok_or
Resulthttps://doc.rust-lang.org/nightly/core/result/enum.Result.html
ok_or_elsehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.ok_or_else
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
Resulthttps://doc.rust-lang.org/nightly/core/result/enum.Result.html
andhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.and
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
and_thenhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.and_then
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
filterhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.filter
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
&https://doc.rust-lang.org/nightly/std/primitive.reference.html
boolhttps://doc.rust-lang.org/nightly/std/primitive.bool.html
orhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.or
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
or_elsehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.or_else
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
xorhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.xor
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
get_or_inserthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.get_or_insert
&mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
get_or_insert_withhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.get_or_insert_with
FnOncehttps://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html
&mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
takehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.take
replacehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.replace
Copyhttps://doc.rust-lang.org/nightly/core/marker/trait.Copy.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&'_ https://doc.rust-lang.org/nightly/std/primitive.reference.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-2
copiedhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.copied
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Copyhttps://doc.rust-lang.org/nightly/core/marker/trait.Copy.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&'_ mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-3
copiedhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.copied-1
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Clonehttps://doc.rust-lang.org/nightly/core/clone/trait.Clone.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&'_ https://doc.rust-lang.org/nightly/std/primitive.reference.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-4
clonedhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.cloned
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Clonehttps://doc.rust-lang.org/nightly/core/clone/trait.Clone.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&'_ mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-5
clonedhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.cloned-1
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Defaulthttps://doc.rust-lang.org/nightly/core/default/trait.Default.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-6
unwrap_or_defaulthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.unwrap_or_default
Derefhttps://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-7
as_derefhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_deref
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Targethttps://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target
DerefMuthttps://doc.rust-lang.org/nightly/core/ops/deref/trait.DerefMut.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-8
as_deref_muthttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.as_deref_mut
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Targethttps://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Resulthttps://doc.rust-lang.org/nightly/core/result/enum.Result.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-9
transposehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.transpose
Resulthttps://doc.rust-lang.org/nightly/core/result/enum.Result.html
Optionhttps://doc.rust-lang.org/nightly/core/option/enum.Option.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#implementations
Clonehttps://doc.rust-lang.org/nightly/core/clone/trait.Clone.html
Clonehttps://doc.rust-lang.org/nightly/core/clone/trait.Clone.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Clone
clonehttps://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone
Read morehttps://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone
clone_fromhttps://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from
&https://doc.rust-lang.org/nightly/std/primitive.reference.html
Read morehttps://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from
Debughttps://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html
Debughttps://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Debug
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#346
fmthttps://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt
Formatterhttps://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html
Resulthttps://doc.rust-lang.org/nightly/core/fmt/type.Result.html
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#346
Read morehttps://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt
Defaulthttps://doc.rust-lang.org/nightly/core/default/trait.Default.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Default
defaulthttps://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Read morehttps://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default
Fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&'a https://doc.rust-lang.org/nightly/std/primitive.reference.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3C%26%27a%20OptionalArg%3CT%3E%3E
fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&'a https://doc.rust-lang.org/nightly/std/primitive.reference.html
Fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&'a mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3C%26%27a%20mut%20OptionalArg%3CT%3E%3E
fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
&'a mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
Fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3CT%3E
fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
FromArgshttps://rustpython.github.io/website/rustpython_vm/function/trait.FromArgs.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
TryFromObjecthttps://rustpython.github.io/website/rustpython_vm/pyobject/trait.TryFromObject.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-FromArgs
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#366-381
arityhttps://rustpython.github.io/website/rustpython_vm/function/trait.FromArgs.html#method.arity
RangeInclusivehttps://doc.rust-lang.org/nightly/core/ops/range/struct.RangeInclusive.html
usizehttps://doc.rust-lang.org/nightly/std/primitive.usize.html
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#370-372
Read morehttps://rustpython.github.io/website/rustpython_vm/function/trait.FromArgs.html#method.arity
from_argshttps://rustpython.github.io/website/rustpython_vm/function/trait.FromArgs.html#tymethod.from_args
VirtualMachinehttps://rustpython.github.io/website/rustpython_vm/struct.VirtualMachine.html
PyFuncArgshttps://rustpython.github.io/website/rustpython_vm/function/struct.PyFuncArgs.html
Resulthttps://doc.rust-lang.org/nightly/core/result/enum.Result.html
ArgumentErrorhttps://rustpython.github.io/website/rustpython_vm/function/enum.ArgumentError.html
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#374-380
IntoIteratorhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-IntoIterator
Itemhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item
IntoIterhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter
IntoIterhttps://doc.rust-lang.org/nightly/core/option/struct.IntoIter.html
into_iterhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter
IntoIterhttps://doc.rust-lang.org/nightly/core/option/struct.IntoIter.html
Read morehttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-OptionLike%3CT%3E
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#synthetic-implementations
RefUnwindSafehttps://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
RefUnwindSafehttps://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-RefUnwindSafe
Sendhttps://doc.rust-lang.org/nightly/core/marker/trait.Send.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Sendhttps://doc.rust-lang.org/nightly/core/marker/trait.Send.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Send
Synchttps://doc.rust-lang.org/nightly/core/marker/trait.Sync.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Synchttps://doc.rust-lang.org/nightly/core/marker/trait.Sync.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Sync
Unpinhttps://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
Unpinhttps://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Unpin
UnwindSafehttps://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html
OptionalArghttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html
UnwindSafehttps://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-UnwindSafe
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#blanket-implementations
Anyhttps://doc.rust-lang.org/nightly/core/any/trait.Any.html
Sizedhttps://doc.rust-lang.org/nightly/core/marker/trait.Sized.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Any
[src]https://doc.rust-lang.org/nightly/src/core/any.rs.html#98-100
type_idhttps://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id
TypeIdhttps://doc.rust-lang.org/nightly/core/any/struct.TypeId.html
[src]https://doc.rust-lang.org/nightly/src/core/any.rs.html#99
Read morehttps://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id
Borrowhttps://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html
Sizedhttps://doc.rust-lang.org/nightly/core/marker/trait.Sized.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Borrow%3CT%3E
[src]https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215
borrowhttps://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow
&https://doc.rust-lang.org/nightly/std/primitive.reference.html
[src]https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214
Read morehttps://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow
BorrowMuthttps://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html
Sizedhttps://doc.rust-lang.org/nightly/core/marker/trait.Sized.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-BorrowMut%3CT%3E
[src]https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220
borrow_muthttps://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut
&mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
[src]https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219
Read morehttps://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut
Fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html
!https://doc.rust-lang.org/nightly/std/primitive.never.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3C!%3E
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#579-583
fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from
!https://doc.rust-lang.org/nightly/std/primitive.never.html
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#580-582
Fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-From%3CT%3E-1
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#564-568
fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#565-567
FromArgshttps://rustpython.github.io/website/rustpython_vm/function/trait.FromArgs.html
TryFromObjecthttps://rustpython.github.io/website/rustpython_vm/pyobject/trait.TryFromObject.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-FromArgs-1
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#326-341
arityhttps://rustpython.github.io/website/rustpython_vm/function/trait.FromArgs.html#method.arity
RangeInclusivehttps://doc.rust-lang.org/nightly/core/ops/range/struct.RangeInclusive.html
usizehttps://doc.rust-lang.org/nightly/std/primitive.usize.html
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#330-332
Read morehttps://rustpython.github.io/website/rustpython_vm/function/trait.FromArgs.html#method.arity
from_argshttps://rustpython.github.io/website/rustpython_vm/function/trait.FromArgs.html#tymethod.from_args
VirtualMachinehttps://rustpython.github.io/website/rustpython_vm/struct.VirtualMachine.html
PyFuncArgshttps://rustpython.github.io/website/rustpython_vm/function/struct.PyFuncArgs.html
Resulthttps://doc.rust-lang.org/nightly/core/result/enum.Result.html
ArgumentErrorhttps://rustpython.github.io/website/rustpython_vm/function/enum.ArgumentError.html
[src]https://rustpython.github.io/website/src/rustpython_vm/function.rs.html#334-340
Intohttps://doc.rust-lang.org/nightly/core/convert/trait.Into.html
Fromhttps://doc.rust-lang.org/nightly/core/convert/trait.From.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Into%3CU%3E
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#553-560
intohttps://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#557-559
IntoIteratorhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html
Iteratorhttps://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-IntoIterator-1
[src]https://doc.rust-lang.org/nightly/src/core/iter/traits/collect.rs.html#243-250
Itemhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item
Iteratorhttps://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html
Itemhttps://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item
IntoIterhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter
into_iterhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter
[src]https://doc.rust-lang.org/nightly/src/core/iter/traits/collect.rs.html#247-249
Read morehttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Same%3CT%3E
Outputhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#associatedtype.Output
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
IntoIteratorhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html
IntoIteratorhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html
Itemhttps://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item
Borrowhttps://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-Statistics%3Cf64%3E
minhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.min
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.min
maxhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.max
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.max
abs_minhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.abs_min
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.abs_min
abs_maxhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.abs_max
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.abs_max
meanhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.mean
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.mean
geometric_meanhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.geometric_mean
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.geometric_mean
harmonic_meanhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.harmonic_mean
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.harmonic_mean
variancehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.variance
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.variance
std_devhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.std_dev
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.std_dev
population_variancehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.population_variance
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.population_variance
population_std_devhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.population_std_dev
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.population_std_dev
covariancehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.covariance
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.covariance
population_covariancehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.population_covariance
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.population_covariance
quadratic_meanhttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.quadratic_mean
f64https://doc.rust-lang.org/nightly/std/primitive.f64.html
Read morehttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#tymethod.quadratic_mean
ToOwnedhttps://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html
Clonehttps://doc.rust-lang.org/nightly/core/clone/trait.Clone.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-ToOwned
[src]https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#81-92
Ownedhttps://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned
to_ownedhttps://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned
[src]https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87
Read morehttps://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned
clone_intohttps://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into
&mut https://doc.rust-lang.org/nightly/std/primitive.reference.html
[src]https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91
Read morehttps://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into
TryFromhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html
Intohttps://doc.rust-lang.org/nightly/core/convert/trait.Into.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-TryFrom%3CU%3E
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#601-610
Errorhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error
Infalliblehttps://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html
try_fromhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from
Resulthttps://doc.rust-lang.org/nightly/core/result/enum.Result.html
TryFromhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html
Errorhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#607-609
TryIntohttps://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html
TryFromhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-TryInto%3CU%3E
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#587-596
Errorhttps://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error
TryFromhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html
Errorhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error
try_intohttps://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into
Resulthttps://doc.rust-lang.org/nightly/core/result/enum.Result.html
TryFromhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html
Errorhttps://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error
[src]https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#593-595
https://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#impl-VZip%3CV%3E
vziphttps://rustpython.github.io/website/rustpython_vm/function/enum.OptionalArg.html#method.vzip

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.