pub enum RnnApiError {
InvalidTopology,
CapacityTooSmall,
BadBytes,
Layer,
Model,
Forward,
}Variants§
Trait Implementations§
Source§impl Clone for RnnApiError
impl Clone for RnnApiError
Source§fn clone(&self) -> RnnApiError
fn clone(&self) -> RnnApiError
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 RnnApiError
impl Debug for RnnApiError
Source§impl PartialEq for RnnApiError
impl PartialEq for RnnApiError
impl Copy for RnnApiError
impl Eq for RnnApiError
impl StructuralPartialEq for RnnApiError
Auto Trait Implementations§
impl Freeze for RnnApiError
impl RefUnwindSafe for RnnApiError
impl Send for RnnApiError
impl Sync for RnnApiError
impl Unpin for RnnApiError
impl UnsafeUnpin for RnnApiError
impl UnwindSafe for RnnApiError
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