pub trait IsIdCloneable: ClassType { }
Expand description

Marker trait for classes where Id::clone is safe.

This is implemented for classes whose ClassType::Mutability is one of:

Implementors§

source§

impl<T: ?Sized + ClassType> IsIdCloneable for Twhere T::Mutability: MutabilityIsIdCloneable,