Struct denali::BytesValue
source · pub struct BytesValue {
pub value: Vec<u8>,
pub original: ValueSubTree,
}Fields§
§value: Vec<u8>§original: ValueSubTreeImplementations§
source§impl BytesValue
impl BytesValue
Trait Implementations§
source§impl Clone for BytesValue
impl Clone for BytesValue
source§fn clone(&self) -> BytesValue
fn clone(&self) -> BytesValue
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 BytesValue
impl Debug for BytesValue
source§impl Default for BytesValue
impl Default for BytesValue
source§impl Display for BytesValue
impl Display for BytesValue
source§impl InterpretableFrom<ValueSubTree> for BytesValue
impl InterpretableFrom<ValueSubTree> for BytesValue
fn interpret_from(from: ValueSubTree, context: &InterpreterContext) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for BytesValue
impl Send for BytesValue
impl Sync for BytesValue
impl Unpin for BytesValue
impl UnwindSafe for BytesValue
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