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