pub struct NeedsParams;Expand description
Type-state: path parameters still required before send.
Trait Implementations§
Source§impl Clone for NeedsParams
impl Clone for NeedsParams
Source§fn clone(&self) -> NeedsParams
fn clone(&self) -> NeedsParams
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 NeedsParams
impl Debug for NeedsParams
Source§impl Default for NeedsParams
impl Default for NeedsParams
Source§fn default() -> NeedsParams
fn default() -> NeedsParams
Returns the “default value” for a type. Read more
impl Copy for NeedsParams
Auto Trait Implementations§
impl Freeze for NeedsParams
impl RefUnwindSafe for NeedsParams
impl Send for NeedsParams
impl Sync for NeedsParams
impl Unpin for NeedsParams
impl UnsafeUnpin for NeedsParams
impl UnwindSafe for NeedsParams
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