pub struct SetSubscriptionStatePayload {
pub state: i32,
}
Fields§
§state: i32
Implementations§
Trait Implementations§
Source§impl Debug for SetSubscriptionStatePayload
impl Debug for SetSubscriptionStatePayload
Auto Trait Implementations§
impl Freeze for SetSubscriptionStatePayload
impl RefUnwindSafe for SetSubscriptionStatePayload
impl Send for SetSubscriptionStatePayload
impl Sync for SetSubscriptionStatePayload
impl Unpin for SetSubscriptionStatePayload
impl UnwindSafe for SetSubscriptionStatePayload
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