pub struct KeyTreeErr;Implementations§
Source§impl KeyTreeErr
impl KeyTreeErr
pub fn append_path(_vars: &BuildVars<'_>)
pub fn at_on_empty(_vars: &BuildVars<'_>)
pub fn colon_before_key(pos: usize)
pub fn char_after_value(pos: usize)
pub fn empty_string()
pub fn first_token_is_val(pos: usize, _vars: &BuildVars<'_>)
pub fn indent(pos: usize, vars: &BuildVars<'_>)
pub fn line_incomplete(pos: usize)
pub fn missing_quote(pos: usize)
pub fn no_colon(pos: usize)
pub fn no_space_after_key(pos: usize)
pub fn no_value()
pub fn non_contiguous()
pub fn not_keyval()
pub fn not_unique()
pub fn not_unique_but_empty()
pub fn not_unique_but_many()
pub fn not_value()
pub fn parse_keytree()
pub fn parse_value()
pub fn path_not_in_keymap()
pub fn path_not_in_keylen()
pub fn quote_in_key(pos: usize)
pub fn path(pos: usize)
pub fn root_key()
Auto Trait Implementations§
impl Freeze for KeyTreeErr
impl RefUnwindSafe for KeyTreeErr
impl Send for KeyTreeErr
impl Sync for KeyTreeErr
impl Unpin for KeyTreeErr
impl UnsafeUnpin for KeyTreeErr
impl UnwindSafe for KeyTreeErr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more