pub struct SpecObjectType { /* private fields */ }
Trait Implementations§
Source§impl Debug for SpecObjectType
impl Debug for SpecObjectType
Source§impl PartialEq for SpecObjectType
impl PartialEq for SpecObjectType
Source§impl YaSerialize for SpecObjectType
impl YaSerialize for SpecObjectType
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 SpecObjectType
Auto Trait Implementations§
impl Freeze for SpecObjectType
impl RefUnwindSafe for SpecObjectType
impl Send for SpecObjectType
impl Sync for SpecObjectType
impl Unpin for SpecObjectType
impl UnwindSafe for SpecObjectType
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