pub enum FileSetError {
NoNextFile,
NoPreviousFile,
WouldEmpty,
}Variants§
Trait Implementations§
Source§impl Clone for FileSetError
impl Clone for FileSetError
Source§fn clone(&self) -> FileSetError
fn clone(&self) -> FileSetError
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 moreSource§impl Debug for FileSetError
impl Debug for FileSetError
Source§impl Display for FileSetError
impl Display for FileSetError
Source§impl PartialEq for FileSetError
impl PartialEq for FileSetError
Source§fn eq(&self, other: &FileSetError) -> bool
fn eq(&self, other: &FileSetError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FileSetError
impl StructuralPartialEq for FileSetError
Auto Trait Implementations§
impl Freeze for FileSetError
impl RefUnwindSafe for FileSetError
impl Send for FileSetError
impl Sync for FileSetError
impl Unpin for FileSetError
impl UnsafeUnpin for FileSetError
impl UnwindSafe for FileSetError
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.