#[repr(C)]pub struct yaml_mark_s {
pub index: usize,
pub line: usize,
pub column: usize,
}Fields§
§index: usize§line: usize§column: usizeAuto Trait Implementations§
impl Freeze for yaml_mark_s
impl RefUnwindSafe for yaml_mark_s
impl Send for yaml_mark_s
impl Sync for yaml_mark_s
impl Unpin for yaml_mark_s
impl UnwindSafe for yaml_mark_s
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