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