Docs.rs
alpm-2.1.3
alpm 2.1.3
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
Morganamilo
archlinux-github
Dependencies
alpm-sys ^2.1.0
normal
bitflags ^1.0.4
normal
libarchive ^0.1.1
normal
libarchive3-sys ^0.1.2
normal
criterion ^0.2.11
dev
alpm-sys ^2.1.2
build
Versions
0%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait IntoAlpmListItem
Associated Types
Borrow
Implementations on Foreign Types
&'a str
String
Implementors
Other items in
alpm
?
Trait
alpm
::
IntoAlpmListItem
[
−
]
[src]
pub unsafe trait IntoAlpmListItem<'a, 'b> { type
Borrow
:
Debug
; }
Associated Types
[src]
type
Borrow
:
Debug
Implementations on Foreign Types
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for &'a
str
type
Borrow
= Self
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
String
type
Borrow
= &'b
str
Implementors
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
Backup
type
Borrow
= Self
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
Conflict
<'a>
type
Borrow
= Self
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
Db
<'a>
type
Borrow
= Self
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
DbMut
<'a>
type
Borrow
= Self
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
Dep
<'a>
type
Borrow
= Self
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
Depend
type
Borrow
=
Dep
<'b>
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
DependMissing
type
Borrow
=
DepMissing
<'b>
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
Group
<'a>
type
Borrow
= Self
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
OwnedConflict
type
Borrow
=
Conflict
<'b>
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
OwnedFileConflict
type
Borrow
=
FileConflict
<'b>
[src]
impl<'a, 'b>
IntoAlpmListItem
<'a, 'b> for
Package
<'a>
type
Borrow
= Self