Struct stim::Borrow[src]
pub struct Borrow<'a, T> { // some fields omitted }
Immutable variable borrow
pub struct Borrow<'a, T> { // some fields omitted }
Immutable variable borrow
impl<'a, T> Drop for Borrow<'a, T>
fn drop(&mut self)
impl<'a, T> Deref<T> for Borrow<'a, T>
fn deref<'a>(&'a self) -> &'a T
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).