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