pub struct LineLength(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for LineLength
impl Clone for LineLength
Source§fn clone(&self) -> LineLength
fn clone(&self) -> LineLength
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 Debug for LineLength
impl Debug for LineLength
Source§impl Default for LineLength
impl Default for LineLength
Source§impl<'de> Deserialize<'de> for LineLength
impl<'de> Deserialize<'de> for LineLength
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
impl Copy for LineLength
Auto Trait Implementations§
impl Freeze for LineLength
impl RefUnwindSafe for LineLength
impl Send for LineLength
impl Sync for LineLength
impl Unpin for LineLength
impl UnwindSafe for LineLength
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