pub struct SafeCopy(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SafeCopy
impl<'de> Deserialize<'de> for SafeCopy
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for SafeCopy
impl Ord for SafeCopy
Source§impl PartialOrd for SafeCopy
impl PartialOrd for SafeCopy
impl Eq for SafeCopy
impl StructuralPartialEq for SafeCopy
Auto Trait Implementations§
impl Freeze for SafeCopy
impl RefUnwindSafe for SafeCopy
impl Send for SafeCopy
impl Sync for SafeCopy
impl Unpin for SafeCopy
impl UnsafeUnpin for SafeCopy
impl UnwindSafe for SafeCopy
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