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