pub struct fy_parser_checkpoint { /* private fields */ }Trait Implementations§
Source§impl Clone for fy_parser_checkpoint
impl Clone for fy_parser_checkpoint
Source§fn clone(&self) -> fy_parser_checkpoint
fn clone(&self) -> fy_parser_checkpoint
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_parser_checkpoint
impl Debug for fy_parser_checkpoint
impl Copy for fy_parser_checkpoint
Auto Trait Implementations§
impl Freeze for fy_parser_checkpoint
impl RefUnwindSafe for fy_parser_checkpoint
impl Send for fy_parser_checkpoint
impl Sync for fy_parser_checkpoint
impl Unpin for fy_parser_checkpoint
impl UnwindSafe for fy_parser_checkpoint
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