pub enum STLightRigDirection {
Tl,
T,
Tr,
L,
R,
Bl,
B,
Br,
}Variants§
Trait Implementations§
Source§impl Clone for STLightRigDirection
impl Clone for STLightRigDirection
Source§fn clone(&self) -> STLightRigDirection
fn clone(&self) -> STLightRigDirection
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 STLightRigDirection
impl Debug for STLightRigDirection
Source§impl<'de> Deserialize<'de> for STLightRigDirection
impl<'de> Deserialize<'de> for STLightRigDirection
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 Display for STLightRigDirection
impl Display for STLightRigDirection
Source§impl FromStr for STLightRigDirection
impl FromStr for STLightRigDirection
Source§impl PartialEq for STLightRigDirection
impl PartialEq for STLightRigDirection
Source§impl Serialize for STLightRigDirection
impl Serialize for STLightRigDirection
impl Copy for STLightRigDirection
impl Eq for STLightRigDirection
impl StructuralPartialEq for STLightRigDirection
Auto Trait Implementations§
impl Freeze for STLightRigDirection
impl RefUnwindSafe for STLightRigDirection
impl Send for STLightRigDirection
impl Sync for STLightRigDirection
impl Unpin for STLightRigDirection
impl UnsafeUnpin for STLightRigDirection
impl UnwindSafe for STLightRigDirection
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