[−][src]Struct path_tree::PathTree
Methods
impl<R> PathTree<R> where
R: Clone + Copy,
[src][−]
R: Clone + Copy,
pub fn new(path: &'static str, data: NodeMetadata<R>) -> Self
[src]
pub fn insert(&mut self, path: &'static str, data: R) -> &mut Self
[src]
pub fn find_with(
&mut self,
path: &'static str
) -> Option<(&Node<char, NodeMetadata<R>>, Option<Vec<Vec<char>>>)>
[src]
&mut self,
path: &'static str
) -> Option<(&Node<char, NodeMetadata<R>>, Option<Vec<Vec<char>>>)>
pub fn find(
&mut self,
path: &'static str
) -> Option<(&Node<char, NodeMetadata<R>>, Option<Vec<(&'static str, &'static str)>>)>
[src]
&mut self,
path: &'static str
) -> Option<(&Node<char, NodeMetadata<R>>, Option<Vec<(&'static str, &'static str)>>)>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src][−]
impl<T, U> Into for T where
U: From<T>,
[src][−]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][−]
T: Clone,
impl<T, U> TryFrom 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> Borrow for T where
T: ?Sized,
[src][−]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][−]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src][−]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src][−]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src][−]
U: TryFrom<T>,