pub struct ReturningParameterMarker;
Trait Implementations§
Source§impl Clone for ReturningParameterMarker
impl Clone for ReturningParameterMarker
Source§fn clone(&self) -> ReturningParameterMarker
fn clone(&self) -> ReturningParameterMarker
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 ReturningParameterMarker
impl Debug for ReturningParameterMarker
Source§impl Default for ReturningParameterMarker
impl Default for ReturningParameterMarker
Source§fn default() -> ReturningParameterMarker
fn default() -> ReturningParameterMarker
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReturningParameterMarker
impl PartialEq for ReturningParameterMarker
impl Copy for ReturningParameterMarker
impl StructuralPartialEq for ReturningParameterMarker
Auto Trait Implementations§
impl Freeze for ReturningParameterMarker
impl RefUnwindSafe for ReturningParameterMarker
impl Send for ReturningParameterMarker
impl Sync for ReturningParameterMarker
impl Unpin for ReturningParameterMarker
impl UnwindSafe for ReturningParameterMarker
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