pub struct LineNumberTable { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LineNumberTable
impl Clone for LineNumberTable
Source§fn clone(&self) -> LineNumberTable
fn clone(&self) -> LineNumberTable
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 LineNumberTable
impl Debug for LineNumberTable
Source§impl Default for LineNumberTable
impl Default for LineNumberTable
Source§fn default() -> LineNumberTable
fn default() -> LineNumberTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LineNumberTable
impl RefUnwindSafe for LineNumberTable
impl Send for LineNumberTable
impl Sync for LineNumberTable
impl Unpin for LineNumberTable
impl UnsafeUnpin for LineNumberTable
impl UnwindSafe for LineNumberTable
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