Docs.rs
cosmic-universe-0.3.0
cosmic-universe 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
uberscott
Dependencies
ariadne ^0.1.5
normal
async-trait ^0.1.48
normal
bincode ^1.3.3
normal
chrono ^0.4.19
normal
convert_case ^0.5.0
normal
cosmic-macros-primitive ^0.3.0
normal
cosmic-nom ^0.3.0
normal
dashmap ^5.3.4
normal
enum-ordinalize ^3.1.11
normal
http ^0.2.6
normal
http-serde ^1.1.0
normal
lazy_static ^1.4.0
normal
lru ^0.7.7
normal
nom ^7
normal
nom-supreme ^0.6.0
normal
nom_locate ^4.0.0
normal
regex ^1.5.4
normal
semver ^1.0.10
normal
serde ^1.0.69
normal
serde_json ^1.0.79
normal
serde_urlencoded ^0.7.1
normal
strum ^0.24.1
normal
strum_macros ^0.24.1
normal
tokio ^1.15.0
normal
uuid ^1.1.2
normal
validator ^0.15.0
normal
Versions
0.68%
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
☰
Select
Methods
new
sub_select
Trait Implementations
ToResolved<SelectDef<HopDef<PointSegSelector, KindSelectorDef<Pattern<BaseKind>, Pattern<Option<CamelCase>>, SpecificSelectorDef<Pattern<Domain>, Pattern<Domain>, Pattern<SkewerCase>, Pattern<SkewerCase>, VersionReq>>>>>
TryInto<SubSelect>
In cosmic_universe::command::direct::select
?
Type Definition
cosmic_universe
::
command
::
direct
::
select
::
Select
source
·
[
−
]
pub type Select =
SelectDef
<
Hop
>;
Implementations
source
impl
Select
source
pub fn
sub_select
(
self,
point:
Point
,
hops:
Vec
<
Hop
>,
hierarchy:
PointHierarchy
) ->
SubSelect
source
impl
Select
source
pub fn
new
(pattern:
Selector
) -> Self
Trait Implementations
source
impl
ToResolved
<
SelectDef
<
HopDef
<
PointSegSelector
,
KindSelectorDef
<
Pattern
<
BaseKind
>,
Pattern
<
Option
<
CamelCase
>>,
SpecificSelectorDef
<
Pattern
<
Domain
>,
Pattern
<
Domain
>,
Pattern
<
SkewerCase
>,
Pattern
<
SkewerCase
>,
VersionReq
>>>>> for
Select
source
fn
to_resolved
(self, env: &
Env
) ->
Result
<
Select
,
UniErr
>
source
fn
collapse
(self) ->
Result
<R,
UniErr
>
source
impl
TryInto
<
SubSelect
> for
Select
type
Error
=
UniErr
The type returned in the event of a conversion error.
source
fn
try_into
(self) ->
Result
<
SubSelect
, Self::
Error
>
Performs the conversion.