deadpool_sqliteType Alias Object
Source pub type Object = Object<Manager>;
Expand description
struct Object { }
Implementations
Takes this Object
from its Pool
permanently. This reduces the
size of the Pool
.
Returns the Pool
this Object
belongs to.
Since Object
s only hold a Weak
reference to the Pool
they
come from, this can fail and return None
instead.
Trait Implementations
Converts this type into a mutable reference of the (usually inferred) input type.
Converts this type into a shared reference of the (usually inferred) input type.
Formats the value using the given formatter.
Read more
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Executes the destructor for this type.
Read more