#[repr(C)]pub struct yaml_document_s {
pub nodes: yaml_document_s__bindgen_ty_1,
pub version_directive: *mut yaml_version_directive_t,
pub tag_directives: yaml_document_s__bindgen_ty_2,
pub start_implicit: c_int,
pub end_implicit: c_int,
pub start_mark: yaml_mark_t,
pub end_mark: yaml_mark_t,
}Fields§
§nodes: yaml_document_s__bindgen_ty_1§version_directive: *mut yaml_version_directive_t§tag_directives: yaml_document_s__bindgen_ty_2§start_implicit: c_int§end_implicit: c_int§start_mark: yaml_mark_t§end_mark: yaml_mark_tAuto Trait Implementations§
impl Freeze for yaml_document_s
impl RefUnwindSafe for yaml_document_s
impl !Send for yaml_document_s
impl !Sync for yaml_document_s
impl Unpin for yaml_document_s
impl UnwindSafe for yaml_document_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