pub struct Exclusion {
pub start: usize,
pub length: usize,
}Expand description
A byte range excluded from the data hash, matching the EXCLUSION_RANGE-map
CDDL (start, length). Offsets are into the document as stored.
Fields§
§start: usize§length: usizeTrait Implementations§
impl Copy for Exclusion
impl Eq for Exclusion
impl StructuralPartialEq for Exclusion
Auto Trait Implementations§
impl Freeze for Exclusion
impl RefUnwindSafe for Exclusion
impl Send for Exclusion
impl Sync for Exclusion
impl Unpin for Exclusion
impl UnsafeUnpin for Exclusion
impl UnwindSafe for Exclusion
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