#[repr(C)]pub struct yaml_simple_key_s {
pub possible: c_int,
pub required: c_int,
pub token_number: usize,
pub mark: yaml_mark_t,
}Fields§
§possible: c_int§required: c_int§token_number: usize§mark: yaml_mark_tAuto Trait Implementations§
impl Freeze for yaml_simple_key_s
impl RefUnwindSafe for yaml_simple_key_s
impl Send for yaml_simple_key_s
impl Sync for yaml_simple_key_s
impl Unpin for yaml_simple_key_s
impl UnwindSafe for yaml_simple_key_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