Struct call2::participant::LocalParticipant
source · pub struct LocalParticipant {
pub projects: Vec<ParticipantProject>,
pub active_project: Option<WeakModel<Project>>,
}
Fields§
§projects: Vec<ParticipantProject>
§active_project: Option<WeakModel<Project>>
Trait Implementations§
source§impl Clone for LocalParticipant
impl Clone for LocalParticipant
source§fn clone(&self) -> LocalParticipant
fn clone(&self) -> LocalParticipant
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 Default for LocalParticipant
impl Default for LocalParticipant
source§fn default() -> LocalParticipant
fn default() -> LocalParticipant
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for LocalParticipant
impl Send for LocalParticipant
impl Sync for LocalParticipant
impl Unpin for LocalParticipant
impl !UnwindSafe for LocalParticipant
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