pub struct Iterable {
pub extended_attributes: Vec<ExtendedAttribute>,
pub key_type: Option<Type>,
pub value_type: Type,
}Fields§
§extended_attributes: Vec<ExtendedAttribute>§key_type: Option<Type>§value_type: TypeTrait Implementations§
impl StructuralPartialEq for Iterable
Auto Trait Implementations§
impl Freeze for Iterable
impl RefUnwindSafe for Iterable
impl Send for Iterable
impl Sync for Iterable
impl Unpin for Iterable
impl UnwindSafe for Iterable
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