pub struct KeltnerChannels { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for KeltnerChannels
impl Clone for KeltnerChannels
Source§fn clone(&self) -> KeltnerChannels
fn clone(&self) -> KeltnerChannels
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KeltnerChannels
impl Debug for KeltnerChannels
Auto Trait Implementations§
impl Freeze for KeltnerChannels
impl RefUnwindSafe for KeltnerChannels
impl Send for KeltnerChannels
impl Sync for KeltnerChannels
impl Unpin for KeltnerChannels
impl UnsafeUnpin for KeltnerChannels
impl UnwindSafe for KeltnerChannels
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