pub struct AlgoReturn {
pub value: Obj,
pub line_file: LineFile,
}Fields§
§value: Obj§line_file: LineFileImplementations§
Trait Implementations§
Source§impl Clone for AlgoReturn
impl Clone for AlgoReturn
Source§fn clone(&self) -> AlgoReturn
fn clone(&self) -> AlgoReturn
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 moreAuto Trait Implementations§
impl Freeze for AlgoReturn
impl RefUnwindSafe for AlgoReturn
impl !Send for AlgoReturn
impl !Sync for AlgoReturn
impl Unpin for AlgoReturn
impl UnsafeUnpin for AlgoReturn
impl UnwindSafe for AlgoReturn
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