pub struct Parameters<'x> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'x> Clone for Parameters<'x>
impl<'x> Clone for Parameters<'x>
Source§fn clone(&self) -> Parameters<'x>
fn clone(&self) -> Parameters<'x>
Returns a copy 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<'x> Debug for Parameters<'x>
impl<'x> Debug for Parameters<'x>
Source§impl<'x> Default for Parameters<'x>
impl<'x> Default for Parameters<'x>
Source§fn default() -> Parameters<'x>
fn default() -> Parameters<'x>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'x> Freeze for Parameters<'x>
impl<'x> RefUnwindSafe for Parameters<'x>
impl<'x> Send for Parameters<'x>
impl<'x> Sync for Parameters<'x>
impl<'x> Unpin for Parameters<'x>
impl<'x> UnwindSafe for Parameters<'x>
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