pub enum Edge {
Show 24 variants
UB,
BU,
UR,
RU,
UF,
FU,
UL,
LU,
FL,
LF,
FR,
RF,
BR,
RB,
BL,
LB,
DF,
FD,
DR,
RD,
DB,
BD,
DL,
LD,
}
Variants§
Trait Implementations§
Source§impl FaceletTarget for Edge
impl FaceletTarget for Edge
fn to_facelets(&self) -> Vec<Facelet>
fn as_facelet(&self) -> Facelet
impl Copy for Edge
impl StructuralPartialEq for Edge
Auto Trait Implementations§
impl Freeze for Edge
impl RefUnwindSafe for Edge
impl Send for Edge
impl Sync for Edge
impl Unpin for Edge
impl UnwindSafe for Edge
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