Docs.rs
ghost-gc-0.2.1
ghost-gc 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cbrownsey
Dependencies
Versions
24.32%
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
Collector
ghost_
gc
0.2.1
Collector
Trait Implementations
Debug
Auto Trait Implementations
!Freeze
!RefUnwindSafe
!Send
!Sized
!Sync
!Unpin
!UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In crate ghost_
gc
ghost_gc
Struct
Collector
Copy item path
Source
pub struct Collector(
/* private fields */
);
Trait Implementations
§
Source
§
impl
Debug
for
Collector
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Auto Trait Implementations
§
§
impl !
Freeze
for
Collector
§
impl !
RefUnwindSafe
for
Collector
§
impl !
Send
for
Collector
§
impl !
Sized
for
Collector
§
impl !
Sync
for
Collector
§
impl !
Unpin
for
Collector
§
impl !
UnwindSafe
for
Collector
Blanket Implementations
§
Source
§
impl<T>
Any
for T
where T: 'static + ?
Sized
,
Source
§
fn
type_id
(&self) ->
TypeId
Gets the
TypeId
of
self
.
Read more
Source
§
impl<T>
Borrow
<T> for T
where T: ?
Sized
,
Source
§
fn
borrow
(&self) ->
&T
Immutably borrows from an owned value.
Read more
Source
§
impl<T>
BorrowMut
<T> for T
where T: ?
Sized
,
Source
§
fn
borrow_mut
(&mut self) ->
&mut T
Mutably borrows from an owned value.
Read more