#[repr(C)]pub struct fy_event_document_end_data {
pub document_end: *mut fy_token,
pub implicit: bool,
}Fields§
§document_end: *mut fy_token§implicit: boolTrait Implementations§
Source§impl Clone for fy_event_document_end_data
impl Clone for fy_event_document_end_data
Source§fn clone(&self) -> fy_event_document_end_data
fn clone(&self) -> fy_event_document_end_data
Returns a duplicate of the value. Read more
1.0.0 · 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 fy_event_document_end_data
impl Debug for fy_event_document_end_data
impl Copy for fy_event_document_end_data
Auto Trait Implementations§
impl Freeze for fy_event_document_end_data
impl RefUnwindSafe for fy_event_document_end_data
impl !Send for fy_event_document_end_data
impl !Sync for fy_event_document_end_data
impl Unpin for fy_event_document_end_data
impl UnwindSafe for fy_event_document_end_data
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