pub struct SchemaIfaces {
pub schema: SubSchema,
pub iimpls: TinyOrdMap<IfaceId, IfaceImpl>,
}
Fields§
§schema: SubSchema
§iimpls: TinyOrdMap<IfaceId, IfaceImpl>
Implementations§
Trait Implementations§
Source§impl Clone for SchemaIfaces
impl Clone for SchemaIfaces
Source§fn clone(&self) -> SchemaIfaces
fn clone(&self) -> SchemaIfaces
Returns a copy 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 SchemaIfaces
impl Debug for SchemaIfaces
Source§impl PartialEq for SchemaIfaces
impl PartialEq for SchemaIfaces
Source§impl StrictDecode for SchemaIfaces
impl StrictDecode for SchemaIfaces
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
fn strict_read(lim: usize, reader: impl Read) -> Result<Self, DecodeError>
Source§impl StrictDumb for SchemaIfaces
impl StrictDumb for SchemaIfaces
fn strict_dumb() -> Self
Source§impl StrictEncode for SchemaIfaces
impl StrictEncode for SchemaIfaces
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
fn strict_write(&self, lim: usize, writer: impl Write) -> Result<usize, Error>
Source§impl StrictStruct for SchemaIfaces
impl StrictStruct for SchemaIfaces
const ALL_FIELDS: &'static [&'static str]
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for SchemaIfaces
impl StrictType for SchemaIfaces
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_STD
fn strict_name() -> Option<TypeName>
impl Eq for SchemaIfaces
impl StrictProduct for SchemaIfaces
impl StructuralPartialEq for SchemaIfaces
Auto Trait Implementations§
impl Freeze for SchemaIfaces
impl RefUnwindSafe for SchemaIfaces
impl Send for SchemaIfaces
impl Sync for SchemaIfaces
impl Unpin for SchemaIfaces
impl UnwindSafe for SchemaIfaces
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.