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