Struct makepad_live_compiler::live_node::InlineString
source · [−]pub struct InlineString { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Clone for InlineString
impl Clone for InlineString
sourcefn clone(&self) -> InlineString
fn clone(&self) -> InlineString
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InlineString
impl Debug for InlineString
sourceimpl PartialEq<InlineString> for InlineString
impl PartialEq<InlineString> for InlineString
sourcefn eq(&self, other: &InlineString) -> bool
fn eq(&self, other: &InlineString) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more