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 Freeze for Concat
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