pub struct ObjAtIndex {
pub obj: Box<Obj>,
pub index: Box<Obj>,
}Fields§
§obj: Box<Obj>§index: Box<Obj>Implementations§
Source§impl ObjAtIndex
impl ObjAtIndex
pub fn to_latex_string(&self) -> String
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 moreSource§impl Display for ObjAtIndex
impl Display for ObjAtIndex
Source§impl From<ObjAtIndex> for Obj
impl From<ObjAtIndex> for Obj
Source§fn from(o: ObjAtIndex) -> Self
fn from(o: ObjAtIndex) -> Self
Converts to this type from the input type.
Auto 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