Struct candle_transformers::models::encodec::EncodecResnetBlock   
source · pub struct EncodecResnetBlock { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for EncodecResnetBlock
 
impl Clone for EncodecResnetBlock
source§fn clone(&self) -> EncodecResnetBlock
 
fn clone(&self) -> EncodecResnetBlock
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 EncodecResnetBlock
 
impl Debug for EncodecResnetBlock
Auto Trait Implementations§
impl Freeze for EncodecResnetBlock
impl !RefUnwindSafe for EncodecResnetBlock
impl Send for EncodecResnetBlock
impl Sync for EncodecResnetBlock
impl Unpin for EncodecResnetBlock
impl !UnwindSafe for EncodecResnetBlock
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