pub struct HexOpts {
pub region: Option<String>,
pub range: Option<ByteRange>,
pub max_bytes: usize,
}Fields§
§region: Option<String>§range: Option<ByteRange>§max_bytes: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for HexOpts
impl RefUnwindSafe for HexOpts
impl Send for HexOpts
impl Sync for HexOpts
impl Unpin for HexOpts
impl UnsafeUnpin for HexOpts
impl UnwindSafe for HexOpts
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