pub enum InvalidTendrilError {
InvalidLocal,
Recursion,
}Expand description
Indicates an invalid tendril field.
Variants§
InvalidLocal
Recursion
The tendril remote conflicts with the Tendrils repo. This can occur if:
- Including the Tendrils repo as a tendril
- A folder tendril is an ancestor to the Tendrils repo
- A tendril is inside the Tendrils repo
Trait Implementations§
Source§impl Clone for InvalidTendrilError
impl Clone for InvalidTendrilError
Source§fn clone(&self) -> InvalidTendrilError
fn clone(&self) -> InvalidTendrilError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvalidTendrilError
impl Debug for InvalidTendrilError
Source§impl PartialEq for InvalidTendrilError
impl PartialEq for InvalidTendrilError
impl Eq for InvalidTendrilError
impl StructuralPartialEq for InvalidTendrilError
Auto Trait Implementations§
impl Freeze for InvalidTendrilError
impl RefUnwindSafe for InvalidTendrilError
impl Send for InvalidTendrilError
impl Sync for InvalidTendrilError
impl Unpin for InvalidTendrilError
impl UnsafeUnpin for InvalidTendrilError
impl UnwindSafe for InvalidTendrilError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.