pub struct Current<'s> {
pub n1: Cow<'s, str>,
pub n2: Cow<'s, str>,
pub source: CurrentSource<'s>,
}Fields§
§n1: Cow<'s, str>§n2: Cow<'s, str>§source: CurrentSource<'s>Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for Current<'s>
impl<'s> RefUnwindSafe for Current<'s>
impl<'s> Send for Current<'s>
impl<'s> Sync for Current<'s>
impl<'s> Unpin for Current<'s>
impl<'s> UnwindSafe for Current<'s>
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