pub struct ImplMemberSignature {
pub name: LocalIdentifier,
pub self_param: SelfParameter,
pub params: Vec<Parameter>,
pub return_type: Type,
}
Fields§
§name: LocalIdentifier
§self_param: SelfParameter
§params: Vec<Parameter>
§return_type: Type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImplMemberSignature
impl RefUnwindSafe for ImplMemberSignature
impl Send for ImplMemberSignature
impl Sync for ImplMemberSignature
impl Unpin for ImplMemberSignature
impl UnwindSafe for ImplMemberSignature
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