pub enum AddEntryResult {
Added,
Exists,
Ignored,
Restricted,
}
Expand description
Represents the possible result when adding a new entry.
Variants§
Added
The entry is added.
Exists
The entry is already exists.
Ignored
The entry is ignored.
Restricted
The entry is restricted and not allowed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddEntryResult
impl RefUnwindSafe for AddEntryResult
impl Send for AddEntryResult
impl Sync for AddEntryResult
impl Unpin for AddEntryResult
impl UnwindSafe for AddEntryResult
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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