pub struct RawDecodeOption {
pub version: u8,
pub format: u8,
}Fields§
§version: u8§format: u8Trait Implementations§
Source§impl Clone for RawDecodeOption
impl Clone for RawDecodeOption
Source§fn clone(&self) -> RawDecodeOption
fn clone(&self) -> RawDecodeOption
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 RawDecodeOption
impl Debug for RawDecodeOption
Auto Trait Implementations§
impl Freeze for RawDecodeOption
impl RefUnwindSafe for RawDecodeOption
impl Send for RawDecodeOption
impl Sync for RawDecodeOption
impl Unpin for RawDecodeOption
impl UnwindSafe for RawDecodeOption
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