pub struct VodChatCollection {
pub events: Vec<Event>,
pub chunks: Vec<VodChatChunk>,
pub failures: Vec<VodChatChunkFailure>,
}Fields§
§events: Vec<Event>§chunks: Vec<VodChatChunk>§failures: Vec<VodChatChunkFailure>Trait Implementations§
Source§impl Clone for VodChatCollection
impl Clone for VodChatCollection
Source§fn clone(&self) -> VodChatCollection
fn clone(&self) -> VodChatCollection
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 VodChatCollection
impl Debug for VodChatCollection
Auto Trait Implementations§
impl Freeze for VodChatCollection
impl RefUnwindSafe for VodChatCollection
impl Send for VodChatCollection
impl Sync for VodChatCollection
impl Unpin for VodChatCollection
impl UnsafeUnpin for VodChatCollection
impl UnwindSafe for VodChatCollection
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