Struct astray::LiteralStringValue
source · 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 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 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<LiteralStringValue> for LiteralStringValue
impl PartialEq<LiteralStringValue> for LiteralStringValue
source§fn eq(&self, other: &LiteralStringValue) -> bool
fn eq(&self, other: &LiteralStringValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LiteralStringValue
Auto Trait Implementations§
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