pub enum JxlSignatureType {
Codestream,
Container,
}Variants§
Trait Implementations§
Source§impl Debug for JxlSignatureType
impl Debug for JxlSignatureType
Source§impl PartialEq for JxlSignatureType
impl PartialEq for JxlSignatureType
impl StructuralPartialEq for JxlSignatureType
Auto Trait Implementations§
impl Freeze for JxlSignatureType
impl RefUnwindSafe for JxlSignatureType
impl Send for JxlSignatureType
impl Sync for JxlSignatureType
impl Unpin for JxlSignatureType
impl UnsafeUnpin for JxlSignatureType
impl UnwindSafe for JxlSignatureType
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