Struct typify_impl::TypeSpaceReplace
source · pub struct TypeSpaceReplace { /* private fields */ }
Expand description
Contains the attributes of a replacement of an existing type.
Trait Implementations§
source§impl Clone for TypeSpaceReplace
impl Clone for TypeSpaceReplace
source§fn clone(&self) -> TypeSpaceReplace
fn clone(&self) -> TypeSpaceReplace
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TypeSpaceReplace
impl Debug for TypeSpaceReplace
source§impl Default for TypeSpaceReplace
impl Default for TypeSpaceReplace
source§fn default() -> TypeSpaceReplace
fn default() -> TypeSpaceReplace
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeSpaceReplace
impl RefUnwindSafe for TypeSpaceReplace
impl Send for TypeSpaceReplace
impl Sync for TypeSpaceReplace
impl Unpin for TypeSpaceReplace
impl UnwindSafe for TypeSpaceReplace
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