[][src]Struct rust_cedar::Cedar

pub struct Cedar { /* fields omitted */ }

Methods

impl Cedar[src]

pub fn new() -> Self[src]

pub fn build(&mut self, key_values: &[(&str, i32)])[src]

pub fn update(&mut self, key: &str, value: &i32)[src]

pub fn erase(&mut self, key: &str)[src]

Important traits for PrefixIter<'a>
pub fn common_prefix_iter<'a>(&'a self, key: &'a str) -> PrefixIter<'a>[src]

pub fn common_prefix_predict(&self, key: &str) -> Vec<(i32, usize, usize)>[src]

Auto Trait Implementations

impl Sync for Cedar

impl Unpin for Cedar

impl Send for Cedar

impl RefUnwindSafe for Cedar

impl UnwindSafe for Cedar

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]