pub enum RubyPosition {
Before,
After,
Warichu,
Inline,
}
Expand description
The position of a ruby annotation.
Variants§
Before
Before edge of the element.
After
After edge of the element.
Warichu
Render as a Warichu.
Inline
Render in-line.
Trait Implementations§
source§impl Clone for RubyPosition
impl Clone for RubyPosition
source§fn clone(&self) -> RubyPosition
fn clone(&self) -> RubyPosition
Returns a copy of the value. Read more
1.6.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 RubyPosition
impl Debug for RubyPosition
source§impl Hash for RubyPosition
impl Hash for RubyPosition
source§impl PartialEq for RubyPosition
impl PartialEq for RubyPosition
impl Copy for RubyPosition
impl Eq for RubyPosition
impl StructuralPartialEq for RubyPosition
Auto Trait Implementations§
impl Freeze for RubyPosition
impl RefUnwindSafe for RubyPosition
impl Send for RubyPosition
impl Sync for RubyPosition
impl Unpin for RubyPosition
impl UnwindSafe for RubyPosition
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)