pub struct TypeMethodSignature {
pub name: PropertyName,
pub optional: bool,
pub function: FunctionType,
}Fields§
§name: PropertyName§optional: bool§function: FunctionTypeTrait Implementations§
Source§impl Clone for TypeMethodSignature
impl Clone for TypeMethodSignature
Source§fn clone(&self) -> TypeMethodSignature
fn clone(&self) -> TypeMethodSignature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TypeMethodSignature
impl Debug for TypeMethodSignature
impl Eq for TypeMethodSignature
Source§impl PartialEq for TypeMethodSignature
impl PartialEq for TypeMethodSignature
impl StructuralPartialEq for TypeMethodSignature
Auto Trait Implementations§
impl Freeze for TypeMethodSignature
impl RefUnwindSafe for TypeMethodSignature
impl Send for TypeMethodSignature
impl Sync for TypeMethodSignature
impl Unpin for TypeMethodSignature
impl UnsafeUnpin for TypeMethodSignature
impl UnwindSafe for TypeMethodSignature
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