pub struct HexStringLiteral {
pub value: String,
}
Fields§
§value: String
Trait Implementations§
Source§impl Clone for HexStringLiteral
impl Clone for HexStringLiteral
Source§fn clone(&self) -> HexStringLiteral
fn clone(&self) -> HexStringLiteral
Returns a duplicate 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 HexStringLiteral
impl Debug for HexStringLiteral
Source§impl PartialEq for HexStringLiteral
impl PartialEq for HexStringLiteral
impl StructuralPartialEq for HexStringLiteral
Auto Trait Implementations§
impl Freeze for HexStringLiteral
impl RefUnwindSafe for HexStringLiteral
impl Send for HexStringLiteral
impl Sync for HexStringLiteral
impl Unpin for HexStringLiteral
impl UnwindSafe for HexStringLiteral
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