pub struct CommentList {
pub comments: Vec<Comment>,
}Expand description
评论列表(<p:cmLst>),对应 /ppt/comments/commentN.xml。
Fields§
§comments: Vec<Comment>评论条目(按插入顺序保留)。
Implementations§
Source§impl CommentList
impl CommentList
Trait Implementations§
Source§impl Clone for CommentList
impl Clone for CommentList
Source§fn clone(&self) -> CommentList
fn clone(&self) -> CommentList
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 CommentList
impl Debug for CommentList
Source§impl Default for CommentList
impl Default for CommentList
Source§fn default() -> CommentList
fn default() -> CommentList
Returns the “default value” for a type. Read more
impl Eq for CommentList
Source§impl PartialEq for CommentList
impl PartialEq for CommentList
Source§fn eq(&self, other: &CommentList) -> bool
fn eq(&self, other: &CommentList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommentList
Auto Trait Implementations§
impl Freeze for CommentList
impl RefUnwindSafe for CommentList
impl Send for CommentList
impl Sync for CommentList
impl Unpin for CommentList
impl UnsafeUnpin for CommentList
impl UnwindSafe for CommentList
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.