Enum lu_formats::files::luz::PathBehavior
source · pub enum PathBehavior {
Loop,
Bounce,
Once,
}
Expand description
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PathBehavior
impl Clone for PathBehavior
source§fn clone(&self) -> PathBehavior
fn clone(&self) -> PathBehavior
Returns a copy 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 PathBehavior
impl Debug for PathBehavior
source§impl<'de> Deserialize<'de> for PathBehavior
impl<'de> Deserialize<'de> for PathBehavior
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<PathBehavior> for PathBehavior
impl PartialEq<PathBehavior> for PathBehavior
source§fn eq(&self, other: &PathBehavior) -> bool
fn eq(&self, other: &PathBehavior) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PathBehavior
impl Serialize for PathBehavior
source§impl TryFrom<u32> for PathBehavior
impl TryFrom<u32> for PathBehavior
source§impl TryFrom<u8> for PathBehavior
impl TryFrom<u8> for PathBehavior
impl Copy for PathBehavior
impl Eq for PathBehavior
impl StructuralEq for PathBehavior
impl StructuralPartialEq for PathBehavior
Auto Trait Implementations§
impl RefUnwindSafe for PathBehavior
impl Send for PathBehavior
impl Sync for PathBehavior
impl Unpin for PathBehavior
impl UnwindSafe for PathBehavior
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