pub enum EntityRefusal {
Empty,
BarePrefix,
Separator(char),
}Expand description
Why an entity that opens like a deed accession is not one.
Variants§
Empty
The entity is empty or only whitespace.
BarePrefix
A bare deed- or sha256: that names nothing.
Separator(char)
A separator that would split the entity into two.
Trait Implementations§
Source§impl Clone for EntityRefusal
impl Clone for EntityRefusal
Source§fn clone(&self) -> EntityRefusal
fn clone(&self) -> EntityRefusal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EntityRefusal
Source§impl Debug for EntityRefusal
impl Debug for EntityRefusal
impl Eq for EntityRefusal
Source§impl PartialEq for EntityRefusal
impl PartialEq for EntityRefusal
impl StructuralPartialEq for EntityRefusal
Auto Trait Implementations§
impl Freeze for EntityRefusal
impl RefUnwindSafe for EntityRefusal
impl Send for EntityRefusal
impl Sync for EntityRefusal
impl Unpin for EntityRefusal
impl UnsafeUnpin for EntityRefusal
impl UnwindSafe for EntityRefusal
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.