pub struct Rsids<'a> {
pub ro: Option<RsidRoot<'a>>,
pub rsids: Vec<Rsid<'a>>,
}
Fields§
§ro: Option<RsidRoot<'a>>
§rsids: Vec<Rsid<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Rsids<'a>
impl<'a> RefUnwindSafe for Rsids<'a>
impl<'a> Send for Rsids<'a>
impl<'a> Sync for Rsids<'a>
impl<'a> Unpin for Rsids<'a>
impl<'a> UnwindSafe for Rsids<'a>
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