pub enum DocGridType {
Default,
Lines,
LinesAndChars,
SnapToChars,
}
Variants§
Trait Implementations§
Source§impl Clone for DocGridType
impl Clone for DocGridType
Source§fn clone(&self) -> DocGridType
fn clone(&self) -> DocGridType
Returns a copy 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 Debug for DocGridType
impl Debug for DocGridType
Source§impl<'de> Deserialize<'de> for DocGridType
impl<'de> Deserialize<'de> for DocGridType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for DocGridType
impl Display for DocGridType
Source§impl FromStr for DocGridType
impl FromStr for DocGridType
Source§impl PartialEq for DocGridType
impl PartialEq for DocGridType
Source§impl Serialize for DocGridType
impl Serialize for DocGridType
impl Copy for DocGridType
impl StructuralPartialEq for DocGridType
Auto Trait Implementations§
impl Freeze for DocGridType
impl RefUnwindSafe for DocGridType
impl Send for DocGridType
impl Sync for DocGridType
impl Unpin for DocGridType
impl UnwindSafe for DocGridType
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