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 · Source§const fn clone_from(&mut self, source: &Self)
const 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
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 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