pub struct DefaultArgumentNotLast;Expand description
Default arguments must be placed at the end of the argument list.
Trait Implementations§
Source§impl Clone for DefaultArgumentNotLast
impl Clone for DefaultArgumentNotLast
Source§fn clone(&self) -> DefaultArgumentNotLast
fn clone(&self) -> DefaultArgumentNotLast
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 moreSource§impl Debug for DefaultArgumentNotLast
impl Debug for DefaultArgumentNotLast
Source§impl ErrorKind for DefaultArgumentNotLast
impl ErrorKind for DefaultArgumentNotLast
Source§impl PartialEq for DefaultArgumentNotLast
impl PartialEq for DefaultArgumentNotLast
impl StructuralPartialEq for DefaultArgumentNotLast
Auto Trait Implementations§
impl Freeze for DefaultArgumentNotLast
impl RefUnwindSafe for DefaultArgumentNotLast
impl Send for DefaultArgumentNotLast
impl Sync for DefaultArgumentNotLast
impl Unpin for DefaultArgumentNotLast
impl UnwindSafe for DefaultArgumentNotLast
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