pub struct EntryOptions {
pub uri: bool,
pub name: bool,
pub last_modified: bool,
pub len: bool,
pub mime_type: bool,
}
Fields§
§uri: bool
§name: bool
§last_modified: bool
§len: bool
§mime_type: bool
Implementations§
Source§impl EntryOptions
impl EntryOptions
pub const ALL: EntryOptions
pub const NONE: EntryOptions
pub const URI_ONLY: EntryOptions
pub const URI_AND_NAME: EntryOptions
Trait Implementations§
Source§impl Clone for EntryOptions
impl Clone for EntryOptions
Source§fn clone(&self) -> EntryOptions
fn clone(&self) -> EntryOptions
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 EntryOptions
impl Debug for EntryOptions
Source§impl<'de> Deserialize<'de> for EntryOptions
impl<'de> Deserialize<'de> for EntryOptions
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 Hash for EntryOptions
impl Hash for EntryOptions
Source§impl PartialEq for EntryOptions
impl PartialEq for EntryOptions
Source§impl Serialize for EntryOptions
impl Serialize for EntryOptions
impl Copy for EntryOptions
impl Eq for EntryOptions
impl StructuralPartialEq for EntryOptions
Auto Trait Implementations§
impl Freeze for EntryOptions
impl RefUnwindSafe for EntryOptions
impl Send for EntryOptions
impl Sync for EntryOptions
impl Unpin for EntryOptions
impl UnwindSafe for EntryOptions
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