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