pub enum ServerIndex {
OwnedFiles,
SharedFiles,
FileChildren,
}
Variants§
Trait Implementations§
Source§impl Clone for ServerIndex
impl Clone for ServerIndex
Source§fn clone(&self) -> ServerIndex
fn clone(&self) -> ServerIndex
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 ServerIndex
impl Debug for ServerIndex
Source§impl<'de> Deserialize<'de> for ServerIndex
impl<'de> Deserialize<'de> for ServerIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ServerIndex
impl PartialEq for ServerIndex
Source§impl Serialize for ServerIndex
impl Serialize for ServerIndex
impl Copy for ServerIndex
impl Eq for ServerIndex
impl StructuralPartialEq for ServerIndex
Auto Trait Implementations§
impl Freeze for ServerIndex
impl RefUnwindSafe for ServerIndex
impl Send for ServerIndex
impl Sync for ServerIndex
impl Unpin for ServerIndex
impl UnwindSafe for ServerIndex
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