pub struct SpecTypes { /* private fields */ }
Trait Implementations§
Source§impl YaSerialize for SpecTypes
impl YaSerialize for SpecTypes
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace, ) -> Result<(Vec<OwnedAttribute>, Namespace), String>
impl StructuralPartialEq for SpecTypes
Auto Trait Implementations§
impl Freeze for SpecTypes
impl RefUnwindSafe for SpecTypes
impl Send for SpecTypes
impl Sync for SpecTypes
impl Unpin for SpecTypes
impl UnwindSafe for SpecTypes
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