pub struct NameAndType {
pub name: String,
pub ty: Conf<Ref<Type>>,
}
Fields§
§name: String
§ty: Conf<Ref<Type>>
Implementations§
Trait Implementations§
source§impl Clone for NameAndType
impl Clone for NameAndType
source§fn clone(&self) -> NameAndType
fn clone(&self) -> NameAndType
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 CoreArrayProvider for NameAndType
impl CoreArrayProvider for NameAndType
source§impl Debug for NameAndType
impl Debug for NameAndType
source§impl Hash for NameAndType
impl Hash for NameAndType
source§impl PartialEq for NameAndType
impl PartialEq for NameAndType
impl Eq for NameAndType
impl StructuralPartialEq for NameAndType
Auto Trait Implementations§
impl Freeze for NameAndType
impl RefUnwindSafe for NameAndType
impl Send for NameAndType
impl Sync for NameAndType
impl Unpin for NameAndType
impl UnwindSafe for NameAndType
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