pub enum LineEnd {
Up,
Down,
Both,
Arrow,
None,
}Expand description
Specifies if there is a jog up or down (or both), an arrow, or nothing at the start or end of a bracket.
Variants§
Trait Implementations§
Source§impl DatatypeDeserializer for LineEnd
impl DatatypeDeserializer for LineEnd
impl Eq for LineEnd
impl StructuralPartialEq for LineEnd
Auto Trait Implementations§
impl Freeze for LineEnd
impl RefUnwindSafe for LineEnd
impl Send for LineEnd
impl Sync for LineEnd
impl Unpin for LineEnd
impl UnwindSafe for LineEnd
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




