pub struct CallSessions(_);Implementations§
source§impl CallSessions
impl CallSessions
pub async fn next(&self) -> BuckyResult<Option<CallSession>>
Trait Implementations§
source§impl Clone for CallSessions
impl Clone for CallSessions
source§fn clone(&self) -> CallSessions
fn clone(&self) -> CallSessions
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 more