pub struct ConcatOnly<T>(/* private fields */);
Expand description
Provides a mutable view onto a LazyConcat
which permits new lazy concatentation but not
normalization.
This struct
is created by the split_normalized
method.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for ConcatOnly<T>where
T: Freeze,
impl<T> RefUnwindSafe for ConcatOnly<T>where
T: RefUnwindSafe,
impl<T> Send for ConcatOnly<T>where
T: Send,
impl<T> Sync for ConcatOnly<T>where
T: Sync,
impl<T> Unpin for ConcatOnly<T>where
T: Unpin,
impl<T> UnwindSafe for ConcatOnly<T>where
T: UnwindSafe,
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