[−][src]Struct rust_cedar::Cedar
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]
pub fn exact_match_search(&self, key: &str) -> Option<(i32, usize, usize)>[src]
ⓘImportant traits for PrefixIter<'a>pub fn common_prefix_iter<'a>(&'a self, key: &'a str) -> PrefixIter<'a>[src]
ⓘImportant traits for PrefixIter<'a>
pub fn common_prefix_search(&self, key: &str) -> Vec<(i32, usize, usize)>[src]
pub fn common_prefix_predict(&self, key: &str) -> Vec<(i32, usize, usize)>[src]
Auto Trait Implementations
impl Send for Cedar
impl Unpin for Cedar
impl Sync for Cedar
impl UnwindSafe for Cedar
impl RefUnwindSafe for Cedar
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,