pub struct ContentList {
pub data: Vec<Content>,
/* private fields */
}Fields§
§data: Vec<Content>Implementations§
Trait Implementations§
Source§impl Clone for ContentList
impl Clone for ContentList
Source§fn clone(&self) -> ContentList
fn clone(&self) -> ContentList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContentList
impl Debug for ContentList
Source§impl PartialEq for ContentList
impl PartialEq for ContentList
Source§fn eq(&self, other: &ContentList) -> bool
fn eq(&self, other: &ContentList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContentList
Auto Trait Implementations§
impl Freeze for ContentList
impl RefUnwindSafe for ContentList
impl Send for ContentList
impl Sync for ContentList
impl Unpin for ContentList
impl UnsafeUnpin for ContentList
impl UnwindSafe for ContentList
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