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