Struct makepad_live_compiler::live_node::InlineString
source · pub struct InlineString { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for InlineString
impl Clone for InlineString
source§fn clone(&self) -> InlineString
fn clone(&self) -> InlineString
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 InlineString
impl Debug for InlineString
source§impl PartialEq<InlineString> for InlineString
impl PartialEq<InlineString> for InlineString
source§fn eq(&self, other: &InlineString) -> bool
fn eq(&self, other: &InlineString) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InlineString
Auto Trait Implementations§
impl RefUnwindSafe for InlineString
impl Send for InlineString
impl Sync for InlineString
impl Unpin for InlineString
impl UnwindSafe for InlineString
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