pub struct Preview<'a> {
pub base: &'a str,
pub delimiter: &'static str,
pub prefix: &'static str,
}
Fields
base: &'a str
delimiter: &'static str
prefix: &'static str
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Preview<'a>
impl<'a> Send for Preview<'a>
impl<'a> Sync for Preview<'a>
impl<'a> Unpin for Preview<'a>
impl<'a> UnwindSafe for Preview<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more