Enum decthings_api::tensor::SetFormatError
source · pub enum SetFormatError {
LengthNot3Bytes,
}
Variants§
LengthNot3Bytes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetFormatError
impl RefUnwindSafe for SetFormatError
impl Send for SetFormatError
impl Sync for SetFormatError
impl Unpin for SetFormatError
impl UnwindSafe for SetFormatError
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