pub struct ResultReference { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ResultReference
impl Clone for ResultReference
Source§fn clone(&self) -> ResultReference
fn clone(&self) -> ResultReference
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 ResultReference
impl Debug for ResultReference
Auto Trait Implementations§
impl Freeze for ResultReference
impl RefUnwindSafe for ResultReference
impl Send for ResultReference
impl Sync for ResultReference
impl Unpin for ResultReference
impl UnwindSafe for ResultReference
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