pub struct RdMethod<'a> { /* private fields */ }Expand description
A method usage node with exact Text-scalar generic and qualifier arguments.
The following call syntax (x, ...) in \usage is not part of this
method node; it remains a sibling RCode leaf of the parent section.
Implementations§
Trait Implementations§
impl<'a> StructuralPartialEq for RdMethod<'a>
Auto Trait Implementations§
impl<'a> Freeze for RdMethod<'a>
impl<'a> RefUnwindSafe for RdMethod<'a>
impl<'a> Send for RdMethod<'a>
impl<'a> Sync for RdMethod<'a>
impl<'a> Unpin for RdMethod<'a>
impl<'a> UnsafeUnpin for RdMethod<'a>
impl<'a> UnwindSafe for RdMethod<'a>
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