pub struct FormationCreated {
pub id: Uuid,
pub name: String,
pub status: FormationStatus,
}Fields§
§id: Uuid§name: String§status: FormationStatusTrait Implementations§
Source§impl Debug for FormationCreated
impl Debug for FormationCreated
Auto Trait Implementations§
impl Freeze for FormationCreated
impl RefUnwindSafe for FormationCreated
impl Send for FormationCreated
impl Sync for FormationCreated
impl Unpin for FormationCreated
impl UnsafeUnpin for FormationCreated
impl UnwindSafe for FormationCreated
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