pub struct CoreContent {
pub req_if_content: ReqIfContent,
}
Fields§
§req_if_content: ReqIfContent
Implementations§
Source§impl CoreContent
impl CoreContent
Trait Implementations§
Source§impl Debug for CoreContent
impl Debug for CoreContent
Source§impl PartialEq for CoreContent
impl PartialEq for CoreContent
Source§impl YaSerialize for CoreContent
impl YaSerialize for CoreContent
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 CoreContent
Auto Trait Implementations§
impl Freeze for CoreContent
impl RefUnwindSafe for CoreContent
impl Send for CoreContent
impl Sync for CoreContent
impl Unpin for CoreContent
impl UnwindSafe for CoreContent
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