pub struct DocumentFragment {
pub locator: Option<Locator>,
pub fragment: Option<Fragments>,
}Fields§
§locator: Option<Locator>§fragment: Option<Fragments>Trait Implementations§
Source§impl Debug for DocumentFragment
impl Debug for DocumentFragment
Source§impl<'de> Deserialize<'de> for DocumentFragment
impl<'de> Deserialize<'de> for DocumentFragment
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 DocumentFragment
impl RefUnwindSafe for DocumentFragment
impl Send for DocumentFragment
impl Sync for DocumentFragment
impl Unpin for DocumentFragment
impl UnwindSafe for DocumentFragment
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