pub struct Placeholders<'a>(/* private fields */);
Expand description
Collection of placeholder names.
Implementations§
Source§impl<'a> Placeholders<'a>
impl<'a> Placeholders<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Placeholders<'a>
impl<'a> RefUnwindSafe for Placeholders<'a>
impl<'a> Send for Placeholders<'a>
impl<'a> Sync for Placeholders<'a>
impl<'a> Unpin for Placeholders<'a>
impl<'a> UnwindSafe for Placeholders<'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