pub struct MessageCall {
pub ended_timestamp: Option<Timestamp>,
pub participants: Vec<Id<UserMarker>>,
}
Expand description
Information about the call in a private channel.
Fields§
§ended_timestamp: Option<Timestamp>
The timestamp of when the call ended.
participants: Vec<Id<UserMarker>>
The IDs of the users that participated in the call.
Trait Implementations§
source§impl Clone for MessageCall
impl Clone for MessageCall
source§fn clone(&self) -> MessageCall
fn clone(&self) -> MessageCall
Returns a copy of the value. Read more
1.0.0 · 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 MessageCall
impl Debug for MessageCall
source§impl<'de> Deserialize<'de> for MessageCall
impl<'de> Deserialize<'de> for MessageCall
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for MessageCall
impl Hash for MessageCall
source§impl PartialEq for MessageCall
impl PartialEq for MessageCall
source§impl Serialize for MessageCall
impl Serialize for MessageCall
impl Eq for MessageCall
impl StructuralPartialEq for MessageCall
Auto Trait Implementations§
impl Freeze for MessageCall
impl RefUnwindSafe for MessageCall
impl Send for MessageCall
impl Sync for MessageCall
impl Unpin for MessageCall
impl UnwindSafe for MessageCall
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)