pub struct ByteLookupTable(/* private fields */);Expand description
See oneof
Trait Implementations§
Source§impl Clone for ByteLookupTable
impl Clone for ByteLookupTable
Source§fn clone(&self) -> ByteLookupTable
fn clone(&self) -> ByteLookupTable
Returns a copy 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 ByteLookupTable
impl Debug for ByteLookupTable
Source§impl Pattern for ByteLookupTable
impl Pattern for ByteLookupTable
impl Copy for ByteLookupTable
Auto Trait Implementations§
impl Freeze for ByteLookupTable
impl RefUnwindSafe for ByteLookupTable
impl Send for ByteLookupTable
impl Sync for ByteLookupTable
impl Unpin for ByteLookupTable
impl UnwindSafe for ByteLookupTable
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