pub struct RsidRoot<'a> {
pub val: Cow<'a, str>,
}
Fields§
§val: Cow<'a, str>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RsidRoot<'a>
impl<'a> RefUnwindSafe for RsidRoot<'a>
impl<'a> Send for RsidRoot<'a>
impl<'a> Sync for RsidRoot<'a>
impl<'a> Unpin for RsidRoot<'a>
impl<'a> UnwindSafe for RsidRoot<'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