pub struct ReturnValue {
pub ty: Conf<Ref<Type>>,
pub location: Option<Conf<ValueLocation>>,
}Fields§
§ty: Conf<Ref<Type>>§location: Option<Conf<ValueLocation>>Trait Implementations§
Source§impl Clone for ReturnValue
impl Clone for ReturnValue
Source§fn clone(&self) -> ReturnValue
fn clone(&self) -> ReturnValue
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 ReturnValue
impl Debug for ReturnValue
Source§impl From<&Type> for ReturnValue
impl From<&Type> for ReturnValue
Source§fn from(value: &Type) -> ReturnValue
fn from(value: &Type) -> ReturnValue
Converts to this type from the input type.
Source§impl Hash for ReturnValue
impl Hash for ReturnValue
Source§impl PartialEq for ReturnValue
impl PartialEq for ReturnValue
impl Eq for ReturnValue
impl StructuralPartialEq for ReturnValue
Auto Trait Implementations§
impl Freeze for ReturnValue
impl RefUnwindSafe for ReturnValue
impl Send for ReturnValue
impl Sync for ReturnValue
impl Unpin for ReturnValue
impl UnwindSafe for ReturnValue
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