pub struct FragmentCreation {
pub unresolved_xrefs: Option<bool>,
pub document_fragment: DocumentFragment,
}Fields§
§unresolved_xrefs: Option<bool>§document_fragment: DocumentFragmentTrait Implementations§
Source§impl Debug for FragmentCreation
impl Debug for FragmentCreation
Source§impl<'de> Deserialize<'de> for FragmentCreation
impl<'de> Deserialize<'de> for FragmentCreation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FragmentCreation
impl RefUnwindSafe for FragmentCreation
impl Send for FragmentCreation
impl Sync for FragmentCreation
impl Unpin for FragmentCreation
impl UnwindSafe for FragmentCreation
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