#[repr(transparent)]pub struct FileList { /* private fields */ }
Available on crate feature
v4_6
only.Expand description
An opaque type representing a list of files.
Implementations§
Trait Implementations§
source§impl Ord for FileList
impl Ord for FileList
source§impl PartialEq<FileList> for FileList
impl PartialEq<FileList> for FileList
source§impl PartialOrd<FileList> for FileList
impl PartialOrd<FileList> for FileList
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl StaticType for FileList
impl StaticType for FileList
source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for FileList
impl StructuralEq for FileList
impl StructuralPartialEq for FileList
Auto Trait Implementations§
impl RefUnwindSafe for FileList
impl !Send for FileList
impl !Sync for FileList
impl Unpin for FileList
impl UnwindSafe for FileList
Blanket Implementations§
source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.