pub struct ObjectScheme {
pub fields: Vec<FieldScheme>,
}Fields§
§fields: Vec<FieldScheme>Implementations§
Source§impl ObjectScheme
impl ObjectScheme
pub fn atom_schemes(&self) -> Vec<AtomScheme>
pub fn atom_types(&self, types: &mut Vec<AtomType>)
Trait Implementations§
Source§impl Debug for ObjectScheme
impl Debug for ObjectScheme
Source§impl PartialEq for ObjectScheme
impl PartialEq for ObjectScheme
impl Eq for ObjectScheme
impl StructuralPartialEq for ObjectScheme
Auto Trait Implementations§
impl Freeze for ObjectScheme
impl RefUnwindSafe for ObjectScheme
impl Send for ObjectScheme
impl Sync for ObjectScheme
impl Unpin for ObjectScheme
impl UnwindSafe for ObjectScheme
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