Docs.rs
libimagbookmark-0.10.1
libimagbookmark 0.10.1
Permalink
Docs.rs crate page
LGPL-2.1
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
matthiasbeyer
Dependencies
failure ^0.1.5
normal
libimagentrylink ^0.10.1
normal
libimagentryurl ^0.10.1
normal
libimagentryutil ^0.10.1
normal
libimagerror ^0.10.1
normal
libimagstore ^0.10.1
normal
regex ^1.1.7
normal
url ^2
normal
uuid ^0.7
normal
Versions
7.14%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Bookmark
libimagbookmark
0.10.1
Bookmark
Required Methods
is_bookmark
Implementations on Foreign Types
Entry
Implementors
In libimagbookmark::
bookmark
libimagbookmark
::
bookmark
Trait
Bookmark
Copy item path
Source
pub trait Bookmark { // Required method fn
is_bookmark
(&self) ->
Result
<
bool
>; }
Required Methods
§
Source
fn
is_bookmark
(&self) ->
Result
<
bool
>
Implementations on Foreign Types
§
Source
§
impl
Bookmark
for
Entry
Source
§
fn
is_bookmark
(&self) ->
Result
<
bool
>
Implementors
§