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