pub struct TellActiveCall {
pub keys: SmallVec<StatusKey>,
}Fields§
§keys: SmallVec<StatusKey>Trait Implementations§
Source§impl Call for TellActiveCall
impl Call for TellActiveCall
Source§impl Clone for TellActiveCall
impl Clone for TellActiveCall
Source§fn clone(&self) -> TellActiveCall
fn clone(&self) -> TellActiveCall
Returns a duplicate 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 TellActiveCall
impl Debug for TellActiveCall
Source§impl Default for TellActiveCall
impl Default for TellActiveCall
Source§fn default() -> TellActiveCall
fn default() -> TellActiveCall
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TellActiveCall
impl RefUnwindSafe for TellActiveCall
impl Send for TellActiveCall
impl Sync for TellActiveCall
impl Unpin for TellActiveCall
impl UnwindSafe for TellActiveCall
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