Struct re_renderer::ImportClause
source · pub struct ImportClause { /* private fields */ }Expand description
A pre-parsed import clause, as in #import <something>.
Implementations§
Trait Implementations§
source§impl Clone for ImportClause
impl Clone for ImportClause
source§fn clone(&self) -> ImportClause
fn clone(&self) -> ImportClause
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 ImportClause
impl Debug for ImportClause
source§impl Display for ImportClause
impl Display for ImportClause
source§impl FromStr for ImportClause
impl FromStr for ImportClause
source§impl PartialEq<ImportClause> for ImportClause
impl PartialEq<ImportClause> for ImportClause
source§fn eq(&self, other: &ImportClause) -> bool
fn eq(&self, other: &ImportClause) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ImportClause
impl StructuralEq for ImportClause
impl StructuralPartialEq for ImportClause
Auto Trait Implementations§
impl RefUnwindSafe for ImportClause
impl Send for ImportClause
impl Sync for ImportClause
impl Unpin for ImportClause
impl UnwindSafe for ImportClause
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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.