Struct stim::Borrow[src]

pub struct Borrow<'a, T> {
    // some fields omitted
}

Immutable variable borrow

Trait Implementations

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