Searched refs:TryClone (Results 1 – 4 of 4) sorted by relevance
26 pub trait TryClone: Sized { interface46 impl<T: Clone, A: Allocator + Clone> TryClone for Box<T, A> {128 impl<T: Clone, A: Allocator + Clone> TryClone for Box<[T], A> {
51 pub use clone_ext::TryClone;
40 use crate::TryClone;165 impl TryClone for CString {
24 use trusty_std::TryClone;123 impl TryClone for PortCfg {