pub struct Prefix<'p>(/* private fields */);Expand description
See prefix
Trait Implementations§
Source§impl Pattern for Prefix<'_>
impl Pattern for Prefix<'_>
impl<'p> Copy for Prefix<'p>
Auto Trait Implementations§
impl<'p> Freeze for Prefix<'p>
impl<'p> RefUnwindSafe for Prefix<'p>
impl<'p> Send for Prefix<'p>
impl<'p> Sync for Prefix<'p>
impl<'p> Unpin for Prefix<'p>
impl<'p> UnwindSafe for Prefix<'p>
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