pub struct MethodArgument {
pub modifiers: Modifiers,
}Fields§
§modifiers: ModifiersTrait Implementations§
Source§impl Clone for MethodArgument
impl Clone for MethodArgument
Source§fn clone(&self) -> MethodArgument
fn clone(&self) -> MethodArgument
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MethodArgument
impl RefUnwindSafe for MethodArgument
impl Send for MethodArgument
impl Sync for MethodArgument
impl Unpin for MethodArgument
impl UnwindSafe for MethodArgument
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