pub struct MethodSignature {
pub name: String,
}Fields§
§name: StringImplementations§
Source§impl MethodSignature
impl MethodSignature
pub fn new(raw_signature: String) -> MethodSignature
pub fn unknown() -> MethodSignature
Auto Trait Implementations§
impl Freeze for MethodSignature
impl RefUnwindSafe for MethodSignature
impl Send for MethodSignature
impl Sync for MethodSignature
impl Unpin for MethodSignature
impl UnwindSafe for MethodSignature
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