pub struct ObjAtIndex {
pub obj: Box<Obj>,
pub index: Box<Obj>,
}Fields§
§obj: Box<Obj>§index: Box<Obj>Implementations§
Trait Implementations§
Source§impl Clone for ObjAtIndex
impl Clone for ObjAtIndex
Source§fn clone(&self) -> ObjAtIndex
fn clone(&self) -> ObjAtIndex
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 ObjAtIndex
impl RefUnwindSafe for ObjAtIndex
impl !Send for ObjAtIndex
impl !Sync for ObjAtIndex
impl Unpin for ObjAtIndex
impl UnsafeUnpin for ObjAtIndex
impl UnwindSafe for ObjAtIndex
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