pub struct StandupResult {
pub updates: Vec<Event>,
pub priority: Event,
}Fields§
§updates: Vec<Event>§priority: EventAuto Trait Implementations§
impl Freeze for StandupResult
impl RefUnwindSafe for StandupResult
impl Send for StandupResult
impl Sync for StandupResult
impl Unpin for StandupResult
impl UnsafeUnpin for StandupResult
impl UnwindSafe for StandupResult
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