pub struct PrefixLength {
pub length: u8,
}
Fields§
§length: u8
The length of the prefix.
Implementations§
Trait Implementations§
Source§impl Debug for PrefixLength
impl Debug for PrefixLength
Auto Trait Implementations§
impl Freeze for PrefixLength
impl RefUnwindSafe for PrefixLength
impl Send for PrefixLength
impl Sync for PrefixLength
impl Unpin for PrefixLength
impl UnwindSafe for PrefixLength
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