Struct docx_reader::BasedOn
source · pub struct BasedOn { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq for BasedOn
impl PartialEq for BasedOn
impl StructuralPartialEq for BasedOn
Auto Trait Implementations§
impl RefUnwindSafe for BasedOn
impl Send for BasedOn
impl Sync for BasedOn
impl Unpin for BasedOn
impl UnwindSafe for BasedOn
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