pub struct Concat { /* private fields */ }
Expand description
A concatenation of multiple slices.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Concat
impl<'de> Deserialize<'de> for Concat
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl FromIterator<Slice> for Concat
impl FromIterator<Slice> for Concat
source§impl FromIterator<SliceOne> for Concat
impl FromIterator<SliceOne> for Concat
source§impl IndexOwned<usize> for Concat
impl IndexOwned<usize> for Concat
Auto Trait Implementations§
impl RefUnwindSafe for Concat
impl Send for Concat
impl Sync for Concat
impl Unpin for Concat
impl UnwindSafe for Concat
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