pub struct BlockName { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Comparable<Ident> for BlockName
impl Comparable<Ident> for BlockName
Source§impl Comparable<String> for BlockName
impl Comparable<String> for BlockName
Source§impl Equivalent<Ident> for BlockName
impl Equivalent<Ident> for BlockName
Source§fn equivalent(&self, other: &Ident) -> bool
fn equivalent(&self, other: &Ident) -> bool
Compare self to
key and return true if they are equal.Source§impl Equivalent<String> for BlockName
impl Equivalent<String> for BlockName
Source§fn equivalent(&self, other: &String) -> bool
fn equivalent(&self, other: &String) -> bool
Compare self to
key and return true if they are equal.Source§impl Ord for BlockName
impl Ord for BlockName
Source§impl PartialOrd for BlockName
impl PartialOrd for BlockName
impl Eq for BlockName
impl StructuralPartialEq for BlockName
Auto Trait Implementations§
impl Freeze for BlockName
impl RefUnwindSafe for BlockName
impl Send for BlockName
impl Sync for BlockName
impl Unpin for BlockName
impl UnwindSafe for BlockName
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<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.