Trait MaybeMutable

Source
pub trait MaybeMutable {
    // Provided methods
    fn is_mutable(&self) -> bool { ... }
    fn is_immutable(&self) -> bool { ... }
}

Provided Methods§

Source

fn is_mutable(&self) -> bool

Source

fn is_immutable(&self) -> bool

Implementors§