pub struct CheckInResult {
pub balance: Event,
pub attunement: Event,
pub empathy: Event,
}Fields§
§balance: Event§attunement: Event§empathy: EventAuto Trait Implementations§
impl Freeze for CheckInResult
impl RefUnwindSafe for CheckInResult
impl Send for CheckInResult
impl Sync for CheckInResult
impl Unpin for CheckInResult
impl UnsafeUnpin for CheckInResult
impl UnwindSafe for CheckInResult
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