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
Mutation
ghost_
gc
0.2.1
Mutation
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
Mutation
Copy item path
Source
pub struct Mutation<'b>(
/* private fields */
);
Trait Implementations
§
Source
§
impl
Debug
for
Mutation
<'_>
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Auto Trait Implementations
§
§
impl<'b> !
Freeze
for
Mutation
<'b>
§
impl<'b> !
RefUnwindSafe
for
Mutation
<'b>
§
impl<'b> !
Send
for
Mutation
<'b>
§
impl<'b> !
Sized
for
Mutation
<'b>
§
impl<'b> !
Sync
for
Mutation
<'b>
§
impl<'b> !
Unpin
for
Mutation
<'b>
§
impl<'b> !
UnwindSafe
for
Mutation
<'b>
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