pub struct Scheme { /* private fields */ }Trait Implementations§
Source§impl Registry<u16, Code<u16>> for Scheme
impl Registry<u16, Code<u16>> for Scheme
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 Scheme
impl RefUnwindSafe for Scheme
impl Send for Scheme
impl Sync for Scheme
impl Unpin for Scheme
impl UnsafeUnpin for Scheme
impl UnwindSafe for Scheme
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