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