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