Struct makepad_live_compiler::live_token::LiveTokenId
source · [−]pub struct LiveTokenId(_);
Implementations
Trait Implementations
sourceimpl Clone for LiveTokenId
impl Clone for LiveTokenId
sourcefn clone(&self) -> LiveTokenId
fn clone(&self) -> LiveTokenId
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 LiveTokenId
impl Debug for LiveTokenId
sourceimpl Default for LiveTokenId
impl Default for LiveTokenId
sourcefn default() -> LiveTokenId
fn default() -> LiveTokenId
Returns the “default value” for a type. Read more
sourceimpl Hash for LiveTokenId
impl Hash for LiveTokenId
sourceimpl Into<LiveErrorSpan> for LiveTokenId
impl Into<LiveErrorSpan> for LiveTokenId
sourcefn into(self) -> LiveErrorSpan
fn into(self) -> LiveErrorSpan
Converts this type into the (usually inferred) input type.
sourceimpl Into<TokenSpan> for LiveTokenId
impl Into<TokenSpan> for LiveTokenId
sourceimpl Ord for LiveTokenId
impl Ord for LiveTokenId
sourcefn cmp(&self, other: &LiveTokenId) -> Ordering
fn cmp(&self, other: &LiveTokenId) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<LiveTokenId> for LiveTokenId
impl PartialEq<LiveTokenId> for LiveTokenId
sourcefn eq(&self, other: &LiveTokenId) -> bool
fn eq(&self, other: &LiveTokenId) -> bool
sourceimpl PartialOrd<LiveTokenId> for LiveTokenId
impl PartialOrd<LiveTokenId> for LiveTokenId
sourcefn partial_cmp(&self, other: &LiveTokenId) -> Option<Ordering>
fn partial_cmp(&self, other: &LiveTokenId) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for LiveTokenId
impl Eq for LiveTokenId
impl StructuralEq for LiveTokenId
impl StructuralPartialEq for LiveTokenId
Auto Trait Implementations
impl RefUnwindSafe for LiveTokenId
impl Send for LiveTokenId
impl Sync for LiveTokenId
impl Unpin for LiveTokenId
impl UnwindSafe for LiveTokenId
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