pub struct PaperValue(/* private fields */);
Trait Implementations§
Source§impl Debug for PaperValue
impl Debug for PaperValue
Source§impl From<&[u8]> for PaperValue
impl From<&[u8]> for PaperValue
Source§impl<'a> From<&'a PaperValue> for &'a [u8]
impl<'a> From<&'a PaperValue> for &'a [u8]
Source§fn from(value: &'a PaperValue) -> Self
fn from(value: &'a PaperValue) -> Self
Converts to this type from the input type.
Source§impl From<&String> for PaperValue
impl From<&String> for PaperValue
Source§impl From<&str> for PaperValue
impl From<&str> for PaperValue
Source§impl From<PaperValue> for Box<[u8]>
impl From<PaperValue> for Box<[u8]>
Source§fn from(value: PaperValue) -> Self
fn from(value: PaperValue) -> Self
Converts to this type from the input type.
Source§impl From<PaperValue> for Vec<u8>
impl From<PaperValue> for Vec<u8>
Source§fn from(value: PaperValue) -> Self
fn from(value: PaperValue) -> Self
Converts to this type from the input type.
Source§impl From<String> for PaperValue
impl From<String> for PaperValue
Source§impl<'a> TryFrom<&'a PaperValue> for &'a str
impl<'a> TryFrom<&'a PaperValue> for &'a str
Source§impl TryFrom<PaperValue> for String
impl TryFrom<PaperValue> for String
Source§type Error = FromUtf8Error
type Error = FromUtf8Error
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for PaperValue
impl RefUnwindSafe for PaperValue
impl Send for PaperValue
impl Sync for PaperValue
impl Unpin for PaperValue
impl UnwindSafe for PaperValue
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