Docs.rs
rdf-types-0.17.0
rdf-types 0.17.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
contextual ^0.1.6
normal
indexmap ^1.9.3
normal
iref ^3.0
normal
langtag ^0.3.4
normal
locspan ^0.7.2
normal
locspan-derive ^0.6
normal
serde ^1.0
normal
static-iref ^3.0
normal
thiserror ^1.0.40
normal
uuid ^0.8
normal
Versions
39.44%
of the crate is documented
This release has been yanked, go to latest version
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
☰
rdf_types
0.17.0
RdfTypeIri
Required Methods
is_xsd_string
Implementations on Foreign Types
&'a T
Iri
IriBuf
Implementors
In rdf_types::literal
?
Trait
rdf_types
::
literal
::
RdfTypeIri
source
·
[
−
]
pub trait RdfTypeIri { // Required method fn
is_xsd_string
(&self) ->
bool
; }
Required Methods
§
source
fn
is_xsd_string
(&self) ->
bool
Implementations on Foreign Types
§
source
§
impl
RdfTypeIri
for
Iri
source
§
fn
is_xsd_string
(&self) ->
bool
source
§
impl
RdfTypeIri
for
IriBuf
source
§
fn
is_xsd_string
(&self) ->
bool
source
§
impl<'a, T:
RdfTypeIri
>
RdfTypeIri
for
&'a T
source
§
fn
is_xsd_string
(&self) ->
bool
Implementors
§