pub struct Binary<const DYNSIZEBITS: u8> {
pub val: Vec<u8>,
}
Fields§
§val: Vec<u8>
Implementations§
Trait Implementations§
Source§impl<const DYNSIZEBITS: u8> BiserdiTrait for Binary<DYNSIZEBITS>
impl<const DYNSIZEBITS: u8> BiserdiTrait for Binary<DYNSIZEBITS>
impl<const DYNSIZEBITS: u8> StructuralPartialEq for Binary<DYNSIZEBITS>
Auto Trait Implementations§
impl<const DYNSIZEBITS: u8> Freeze for Binary<DYNSIZEBITS>
impl<const DYNSIZEBITS: u8> RefUnwindSafe for Binary<DYNSIZEBITS>
impl<const DYNSIZEBITS: u8> Send for Binary<DYNSIZEBITS>
impl<const DYNSIZEBITS: u8> Sync for Binary<DYNSIZEBITS>
impl<const DYNSIZEBITS: u8> Unpin for Binary<DYNSIZEBITS>
impl<const DYNSIZEBITS: u8> UnwindSafe for Binary<DYNSIZEBITS>
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