pub struct OutputBytes;Expand description
The canonical bytes of one rendered unit.
Trait Implementations§
Source§impl Clone for OutputBytes
impl Clone for OutputBytes
Source§fn clone(&self) -> OutputBytes
fn clone(&self) -> OutputBytes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OutputBytes
Source§impl Debug for OutputBytes
impl Debug for OutputBytes
impl Eq for OutputBytes
Source§impl Hash for OutputBytes
impl Hash for OutputBytes
Source§impl PartialEq for OutputBytes
impl PartialEq for OutputBytes
impl StructuralPartialEq for OutputBytes
Auto Trait Implementations§
impl Freeze for OutputBytes
impl RefUnwindSafe for OutputBytes
impl Send for OutputBytes
impl Sync for OutputBytes
impl Unpin for OutputBytes
impl UnsafeUnpin for OutputBytes
impl UnwindSafe for OutputBytes
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