pub struct DENAR { /* private fields */ }Methods from Deref<Target = Unit>§
Sourcepub fn is_byte_unit(&self) -> bool
pub fn is_byte_unit(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DENAR
impl RefUnwindSafe for DENAR
impl Send for DENAR
impl Sync for DENAR
impl Unpin for DENAR
impl UnwindSafe for DENAR
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