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