#[repr(C)]pub struct yaml_token_s {
pub type_: yaml_token_type_t,
pub data: yaml_token_s__bindgen_ty_1,
pub start_mark: yaml_mark_t,
pub end_mark: yaml_mark_t,
}Fields§
§type_: yaml_token_type_t§data: yaml_token_s__bindgen_ty_1§start_mark: yaml_mark_t§end_mark: yaml_mark_tAuto Trait Implementations§
impl Freeze for yaml_token_s
impl RefUnwindSafe for yaml_token_s
impl !Send for yaml_token_s
impl !Sync for yaml_token_s
impl Unpin for yaml_token_s
impl UnwindSafe for yaml_token_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