Struct sod::CloneService
source · pub struct CloneService<T: Clone, B: Borrow<T>> { /* private fields */ }Expand description
Clone a Borrow<T> input, producing the cloned T value as output
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, B> RefUnwindSafe for CloneService<T, B>
impl<T, B> Send for CloneService<T, B>
impl<T, B> Sync for CloneService<T, B>
impl<T, B> Unpin for CloneService<T, B>
impl<T, B> UnwindSafe for CloneService<T, B>
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