pub struct DocumentValue { /* private fields */ }Implementations§
Source§impl DocumentValue
impl DocumentValue
pub fn parse(raw: &[u8]) -> Result<Self, ShapeViolation>
pub fn tagged_bytes(&self) -> &[u8] ⓘ
Trait Implementations§
Source§impl Clone for DocumentValue
impl Clone for DocumentValue
Source§fn clone(&self) -> DocumentValue
fn clone(&self) -> DocumentValue
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 moreAuto Trait Implementations§
impl Freeze for DocumentValue
impl RefUnwindSafe for DocumentValue
impl Send for DocumentValue
impl Sync for DocumentValue
impl Unpin for DocumentValue
impl UnsafeUnpin for DocumentValue
impl UnwindSafe for DocumentValue
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