pub struct FnSignWithName {
pub sign: FnSign,
pub name: String,
}
Fields§
§sign: FnSign
§name: String
Trait Implementations§
Source§impl Clone for FnSignWithName
impl Clone for FnSignWithName
Source§fn clone(&self) -> FnSignWithName
fn clone(&self) -> FnSignWithName
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 FnSignWithName
impl Debug for FnSignWithName
Source§impl Deref for FnSignWithName
impl Deref for FnSignWithName
Source§impl DerefMut for FnSignWithName
impl DerefMut for FnSignWithName
Auto Trait Implementations§
impl Freeze for FnSignWithName
impl RefUnwindSafe for FnSignWithName
impl Send for FnSignWithName
impl Sync for FnSignWithName
impl Unpin for FnSignWithName
impl UnwindSafe for FnSignWithName
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