Struct rem_utils::typ::RustTypeSignature
source · pub struct RustTypeSignature { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for RustTypeSignature
impl Clone for RustTypeSignature
source§fn clone(&self) -> RustTypeSignature
fn clone(&self) -> RustTypeSignature
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 Display for RustTypeSignature
impl Display for RustTypeSignature
Auto Trait Implementations§
impl Freeze for RustTypeSignature
impl RefUnwindSafe for RustTypeSignature
impl !Send for RustTypeSignature
impl !Sync for RustTypeSignature
impl Unpin for RustTypeSignature
impl UnwindSafe for RustTypeSignature
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)