pub struct LiteralStringValue { /* private fields */ }
Trait Implementations§
Source§impl Clone for LiteralStringValue
impl Clone for LiteralStringValue
Source§fn clone(&self) -> LiteralStringValue
fn clone(&self) -> LiteralStringValue
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 LiteralStringValue
impl Debug for LiteralStringValue
Source§impl Default for LiteralStringValue
impl Default for LiteralStringValue
Source§fn default() -> LiteralStringValue
fn default() -> LiteralStringValue
Returns the “default value” for a type. Read more
Source§impl From<String> for LiteralStringValue
impl From<String> for LiteralStringValue
Source§fn from(s: String) -> LiteralStringValue
fn from(s: String) -> LiteralStringValue
Converts to this type from the input type.
Source§impl PartialEq for LiteralStringValue
impl PartialEq for LiteralStringValue
impl StructuralPartialEq for LiteralStringValue
Auto Trait Implementations§
impl Freeze for LiteralStringValue
impl RefUnwindSafe for LiteralStringValue
impl Send for LiteralStringValue
impl Sync for LiteralStringValue
impl Unpin for LiteralStringValue
impl UnwindSafe for LiteralStringValue
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