pub struct DictTypeSpec {
pub braces: Option<Location>,
pub kvs: Vec<(TypeSpec, TypeSpec)>,
}Fields§
§braces: Option<Location>§kvs: Vec<(TypeSpec, TypeSpec)>Implementations§
Trait Implementations§
Source§impl Clone for DictTypeSpec
impl Clone for DictTypeSpec
Source§fn clone(&self) -> DictTypeSpec
fn clone(&self) -> DictTypeSpec
Returns a duplicate 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 DictTypeSpec
impl Debug for DictTypeSpec
Source§impl Display for DictTypeSpec
impl Display for DictTypeSpec
Source§impl Hash for DictTypeSpec
impl Hash for DictTypeSpec
Source§impl Locational for DictTypeSpec
impl Locational for DictTypeSpec
Source§impl PartialEq for DictTypeSpec
impl PartialEq for DictTypeSpec
impl Eq for DictTypeSpec
impl StructuralPartialEq for DictTypeSpec
Auto Trait Implementations§
impl Freeze for DictTypeSpec
impl RefUnwindSafe for DictTypeSpec
impl Send for DictTypeSpec
impl Sync for DictTypeSpec
impl Unpin for DictTypeSpec
impl UnwindSafe for DictTypeSpec
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