Struct harriet::ObjectList
source · [−]pub struct ObjectList<'a> {
pub list: Vec<(Option<Whitespace<'a>>, Option<Whitespace<'a>>, Object<'a>)>,
}Fields
list: Vec<(Option<Whitespace<'a>>, Option<Whitespace<'a>>, Object<'a>)>Trait Implementations
sourceimpl<'a> Clone for ObjectList<'a>
impl<'a> Clone for ObjectList<'a>
sourcefn clone(&self) -> ObjectList<'a>
fn clone(&self) -> ObjectList<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a> Debug for ObjectList<'a>
impl<'a> Debug for ObjectList<'a>
sourceimpl<'a> PartialEq<ObjectList<'a>> for ObjectList<'a>
impl<'a> PartialEq<ObjectList<'a>> for ObjectList<'a>
sourcefn eq(&self, other: &ObjectList<'a>) -> bool
fn eq(&self, other: &ObjectList<'a>) -> bool
impl<'a> Eq for ObjectList<'a>
impl<'a> StructuralEq for ObjectList<'a>
impl<'a> StructuralPartialEq for ObjectList<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ObjectList<'a>
impl<'a> Send for ObjectList<'a>
impl<'a> Sync for ObjectList<'a>
impl<'a> Unpin for ObjectList<'a>
impl<'a> UnwindSafe for ObjectList<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more