Enum vonuvoli_scheme::internals::primitives_filesystem::FileSystemPrimitiveN [−][src]
pub enum FileSystemPrimitiveN { DirectoryListAsList, DirectoryListAsArray, DirectoryListFold, DirectoryListFoldRecursive, PathJoin, PathNameJoin, }
Variants
DirectoryListAsList
DirectoryListAsArray
DirectoryListFold
DirectoryListFoldRecursive
PathJoin
PathNameJoin
Trait Implementations
impl StdAsRef<FileSystemPrimitiveN> for FileSystemPrimitiveN
[src]
impl StdAsRef<FileSystemPrimitiveN> for FileSystemPrimitiveN
fn as_ref(&self) -> &FileSystemPrimitiveN
[src]
fn as_ref(&self) -> &FileSystemPrimitiveN
Performs the conversion.
impl StdFrom<FileSystemPrimitiveN> for ProcedurePrimitiveN
[src]
impl StdFrom<FileSystemPrimitiveN> for ProcedurePrimitiveN
fn from(value: FileSystemPrimitiveN) -> ProcedurePrimitiveN
[src]
fn from(value: FileSystemPrimitiveN) -> ProcedurePrimitiveN
Performs the conversion.
impl StdFrom<FileSystemPrimitiveN> for StdBox<ProcedurePrimitiveN>
[src]
impl StdFrom<FileSystemPrimitiveN> for StdBox<ProcedurePrimitiveN>
ⓘImportant traits for Box<R>fn from(value: FileSystemPrimitiveN) -> StdBox<ProcedurePrimitiveN>
[src]
fn from(value: FileSystemPrimitiveN) -> StdBox<ProcedurePrimitiveN>
Performs the conversion.
impl StdInto0<Outcome<ProcedurePrimitiveN>> for FileSystemPrimitiveN
[src]
impl StdInto0<Outcome<ProcedurePrimitiveN>> for FileSystemPrimitiveN
fn into_0(self) -> Outcome<ProcedurePrimitiveN>
[src]
fn into_0(self) -> Outcome<ProcedurePrimitiveN>
impl StdFrom<FileSystemPrimitiveN> for ProcedurePrimitive
[src]
impl StdFrom<FileSystemPrimitiveN> for ProcedurePrimitive
fn from(value: FileSystemPrimitiveN) -> ProcedurePrimitive
[src]
fn from(value: FileSystemPrimitiveN) -> ProcedurePrimitive
Performs the conversion.
impl StdFrom<FileSystemPrimitiveN> for StdBox<ProcedurePrimitive>
[src]
impl StdFrom<FileSystemPrimitiveN> for StdBox<ProcedurePrimitive>
ⓘImportant traits for Box<R>fn from(value: FileSystemPrimitiveN) -> StdBox<ProcedurePrimitive>
[src]
fn from(value: FileSystemPrimitiveN) -> StdBox<ProcedurePrimitive>
Performs the conversion.
impl StdInto0<Outcome<ProcedurePrimitive>> for FileSystemPrimitiveN
[src]
impl StdInto0<Outcome<ProcedurePrimitive>> for FileSystemPrimitiveN
fn into_0(self) -> Outcome<ProcedurePrimitive>
[src]
fn into_0(self) -> Outcome<ProcedurePrimitive>
impl StdFrom<FileSystemPrimitiveN> for Value
[src]
impl StdFrom<FileSystemPrimitiveN> for Value
fn from(value: FileSystemPrimitiveN) -> Value
[src]
fn from(value: FileSystemPrimitiveN) -> Value
Performs the conversion.
impl StdFrom<FileSystemPrimitiveN> for StdBox<Value>
[src]
impl StdFrom<FileSystemPrimitiveN> for StdBox<Value>
ⓘImportant traits for Box<R>fn from(value: FileSystemPrimitiveN) -> StdBox<Value>
[src]
fn from(value: FileSystemPrimitiveN) -> StdBox<Value>
Performs the conversion.
impl StdInto0<Outcome<Value>> for FileSystemPrimitiveN
[src]
impl StdInto0<Outcome<Value>> for FileSystemPrimitiveN
impl StdFrom<FileSystemPrimitiveN> for Expression
[src]
impl StdFrom<FileSystemPrimitiveN> for Expression
fn from(value: FileSystemPrimitiveN) -> Expression
[src]
fn from(value: FileSystemPrimitiveN) -> Expression
Performs the conversion.
impl StdFrom<FileSystemPrimitiveN> for StdBox<Expression>
[src]
impl StdFrom<FileSystemPrimitiveN> for StdBox<Expression>
ⓘImportant traits for Box<R>fn from(value: FileSystemPrimitiveN) -> StdBox<Expression>
[src]
fn from(value: FileSystemPrimitiveN) -> StdBox<Expression>
Performs the conversion.
impl StdInto0<Outcome<Expression>> for FileSystemPrimitiveN
[src]
impl StdInto0<Outcome<Expression>> for FileSystemPrimitiveN
fn into_0(self) -> Outcome<Expression>
[src]
fn into_0(self) -> Outcome<Expression>
impl StdTryFrom<ProcedurePrimitiveN> for FileSystemPrimitiveN
[src]
impl StdTryFrom<ProcedurePrimitiveN> for FileSystemPrimitiveN
type Error = Error
try_from
)The type returned in the event of a conversion error.
fn try_from(value: ProcedurePrimitiveN) -> Result<FileSystemPrimitiveN, Error>
[src]
fn try_from(value: ProcedurePrimitiveN) -> Result<FileSystemPrimitiveN, Error>
try_from
)Performs the conversion.
impl StdTryFrom<StdBox<ProcedurePrimitiveN>> for FileSystemPrimitiveN
[src]
impl StdTryFrom<StdBox<ProcedurePrimitiveN>> for FileSystemPrimitiveN
type Error = Error
try_from
)The type returned in the event of a conversion error.
fn try_from(
value: StdBox<ProcedurePrimitiveN>
) -> Result<FileSystemPrimitiveN, Error>
[src]
fn try_from(
value: StdBox<ProcedurePrimitiveN>
) -> Result<FileSystemPrimitiveN, Error>
try_from
)Performs the conversion.
impl Copy for FileSystemPrimitiveN
[src]
impl Copy for FileSystemPrimitiveN
impl Clone for FileSystemPrimitiveN
[src]
impl Clone for FileSystemPrimitiveN
fn clone(&self) -> FileSystemPrimitiveN
[src]
fn clone(&self) -> FileSystemPrimitiveN
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Eq for FileSystemPrimitiveN
[src]
impl Eq for FileSystemPrimitiveN
impl PartialEq for FileSystemPrimitiveN
[src]
impl PartialEq for FileSystemPrimitiveN
fn eq(&self, other: &FileSystemPrimitiveN) -> bool
[src]
fn eq(&self, other: &FileSystemPrimitiveN) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Ord for FileSystemPrimitiveN
[src]
impl Ord for FileSystemPrimitiveN
fn cmp(&self, other: &FileSystemPrimitiveN) -> Ordering
[src]
fn cmp(&self, other: &FileSystemPrimitiveN) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl PartialOrd for FileSystemPrimitiveN
[src]
impl PartialOrd for FileSystemPrimitiveN
fn partial_cmp(&self, other: &FileSystemPrimitiveN) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &FileSystemPrimitiveN) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
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 more
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
fn gt(&self, other: &Rhs) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
fn ge(&self, other: &Rhs) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Hash for FileSystemPrimitiveN
[src]
impl Hash for FileSystemPrimitiveN
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Debug for FileSystemPrimitiveN
[src]
impl Debug for FileSystemPrimitiveN
Auto Trait Implementations
impl Send for FileSystemPrimitiveN
impl Send for FileSystemPrimitiveN
impl Sync for FileSystemPrimitiveN
impl Sync for FileSystemPrimitiveN