pub struct LineLayoutIndex { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LineLayoutIndex
impl Clone for LineLayoutIndex
Source§fn clone(&self) -> LineLayoutIndex
fn clone(&self) -> LineLayoutIndex
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 moreSource§impl Debug for LineLayoutIndex
impl Debug for LineLayoutIndex
Source§impl<'de> Deserialize<'de> for LineLayoutIndex
impl<'de> Deserialize<'de> for LineLayoutIndex
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
Auto Trait Implementations§
impl Freeze for LineLayoutIndex
impl RefUnwindSafe for LineLayoutIndex
impl Send for LineLayoutIndex
impl Sync for LineLayoutIndex
impl Unpin for LineLayoutIndex
impl UnsafeUnpin for LineLayoutIndex
impl UnwindSafe for LineLayoutIndex
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