Struct reqif_rs::req_if::Specifications
source · pub struct Specifications { /* private fields */ }
Trait Implementations§
source§impl Debug for Specifications
impl Debug for Specifications
source§impl PartialEq for Specifications
impl PartialEq for Specifications
source§fn eq(&self, other: &Specifications) -> bool
fn eq(&self, other: &Specifications) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaSerialize for Specifications
impl YaSerialize for Specifications
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 Specifications
Auto Trait Implementations§
impl Freeze for Specifications
impl RefUnwindSafe for Specifications
impl Send for Specifications
impl Sync for Specifications
impl Unpin for Specifications
impl UnwindSafe for Specifications
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