pub enum ResolvedLineEndSize {
Small,
Medium,
Large,
}Expand description
A line endpoint width or length multiplier category.
Variants§
Trait Implementations§
Source§impl Clone for ResolvedLineEndSize
impl Clone for ResolvedLineEndSize
Source§fn clone(&self) -> ResolvedLineEndSize
fn clone(&self) -> ResolvedLineEndSize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResolvedLineEndSize
Source§impl Debug for ResolvedLineEndSize
impl Debug for ResolvedLineEndSize
Source§impl Default for ResolvedLineEndSize
impl Default for ResolvedLineEndSize
Source§fn default() -> ResolvedLineEndSize
fn default() -> ResolvedLineEndSize
Returns the “default value” for a type. Read more
impl Eq for ResolvedLineEndSize
Source§impl PartialEq for ResolvedLineEndSize
impl PartialEq for ResolvedLineEndSize
impl StructuralPartialEq for ResolvedLineEndSize
Auto Trait Implementations§
impl Freeze for ResolvedLineEndSize
impl RefUnwindSafe for ResolvedLineEndSize
impl Send for ResolvedLineEndSize
impl Sync for ResolvedLineEndSize
impl Unpin for ResolvedLineEndSize
impl UnsafeUnpin for ResolvedLineEndSize
impl UnwindSafe for ResolvedLineEndSize
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