Struct call2::IncomingCall
source · pub struct IncomingCall {
pub room_id: u64,
pub calling_user: Arc<User>,
pub participants: Vec<Arc<User>>,
pub initial_project: Option<ParticipantProject>,
}
Fields§
§room_id: u64
§calling_user: Arc<User>
§participants: Vec<Arc<User>>
§initial_project: Option<ParticipantProject>
Trait Implementations§
source§impl Clone for IncomingCall
impl Clone for IncomingCall
source§fn clone(&self) -> IncomingCall
fn clone(&self) -> IncomingCall
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 moreAuto Trait Implementations§
impl RefUnwindSafe for IncomingCall
impl Send for IncomingCall
impl Sync for IncomingCall
impl Unpin for IncomingCall
impl UnwindSafe for IncomingCall
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