pub struct ISORegistry { /* private fields */ }Trait Implementations§
Source§impl Registry<String, Market> for ISORegistry
impl Registry<String, Market> for ISORegistry
Source§fn source(&self) -> String
fn source(&self) -> String
Source, either documentation, or data, from which the scheme
was compiled.
Source§fn governing_body(&self) -> String
fn governing_body(&self) -> String
The name of the governing body of the scheme.
Source§fn last_updated(&self) -> Option<Date>
fn last_updated(&self) -> Option<Date>
The date, if known, that the scheme was last updated or published.
Source§fn next_publication(&self) -> Option<Date>
fn next_publication(&self) -> Option<Date>
The date, if known, that the scheme is expected to be updated.
Auto Trait Implementations§
impl Freeze for ISORegistry
impl RefUnwindSafe for ISORegistry
impl Send for ISORegistry
impl Sync for ISORegistry
impl Unpin for ISORegistry
impl UnsafeUnpin for ISORegistry
impl UnwindSafe for ISORegistry
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