enum RephPosition {
AfterMain = 5,
BeforeSub = 7,
AfterSub = 9,
BeforePost = 10,
AfterPost = 12,
}
Variants§
Trait Implementations§
Source§impl Clone for RephPosition
impl Clone for RephPosition
Source§fn clone(&self) -> RephPosition
fn clone(&self) -> RephPosition
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 PartialEq for RephPosition
impl PartialEq for RephPosition
impl Copy for RephPosition
impl StructuralPartialEq for RephPosition
Auto Trait Implementations§
impl Freeze for RephPosition
impl RefUnwindSafe for RephPosition
impl Send for RephPosition
impl Sync for RephPosition
impl Unpin for RephPosition
impl UnwindSafe for RephPosition
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