pub struct TellStatusCall<'a> {
pub gid: Cow<'a, str>,
pub keys: SmallVec<StatusKey>,
}Fields§
§gid: Cow<'a, str>§keys: SmallVec<StatusKey>Trait Implementations§
Source§impl Call for TellStatusCall<'_>
impl Call for TellStatusCall<'_>
Auto Trait Implementations§
impl<'a> Freeze for TellStatusCall<'a>
impl<'a> RefUnwindSafe for TellStatusCall<'a>
impl<'a> Send for TellStatusCall<'a>
impl<'a> Sync for TellStatusCall<'a>
impl<'a> Unpin for TellStatusCall<'a>
impl<'a> UnwindSafe for TellStatusCall<'a>
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