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 duplicate 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