Struct cairo_lang_filesystem::ids::FlagLongId
source · pub struct FlagLongId(pub SmolStr);
Expand description
The long ID for a compilation flag.
Tuple Fields§
§0: SmolStr
Trait Implementations§
source§impl Clone for FlagLongId
impl Clone for FlagLongId
source§fn clone(&self) -> FlagLongId
fn clone(&self) -> FlagLongId
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 FlagLongId
impl Debug for FlagLongId
source§impl Hash for FlagLongId
impl Hash for FlagLongId
source§impl PartialEq for FlagLongId
impl PartialEq for FlagLongId
source§fn eq(&self, other: &FlagLongId) -> bool
fn eq(&self, other: &FlagLongId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FlagLongId
impl StructuralPartialEq for FlagLongId
Auto Trait Implementations§
impl Freeze for FlagLongId
impl RefUnwindSafe for FlagLongId
impl Send for FlagLongId
impl Sync for FlagLongId
impl Unpin for FlagLongId
impl UnwindSafe for FlagLongId
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.