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