pub struct Placeholders { /* private fields */ }
Implementations§
Source§impl Placeholders
impl Placeholders
Trait Implementations§
Source§impl Debug for Placeholders
impl Debug for Placeholders
Source§impl From<Vec<Placeholder>> for Placeholders
impl From<Vec<Placeholder>> for Placeholders
Source§fn from(value: Vec<Placeholder>) -> Self
fn from(value: Vec<Placeholder>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Placeholders
impl RefUnwindSafe for Placeholders
impl Send for Placeholders
impl Sync for Placeholders
impl Unpin for Placeholders
impl UnwindSafe for Placeholders
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