pub struct FConcat(/* private fields */);Expand description
List concatenation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FConcat
impl RefUnwindSafe for FConcat
impl Send for FConcat
impl Sync for FConcat
impl Unpin for FConcat
impl UnsafeUnpin for FConcat
impl UnwindSafe for FConcat
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