pub struct NewActivity {
pub name: String,
pub description: Option<String>,
pub tags: Vec<String>,
}Fields§
§name: String§description: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewActivity
impl RefUnwindSafe for NewActivity
impl Send for NewActivity
impl Sync for NewActivity
impl Unpin for NewActivity
impl UnsafeUnpin for NewActivity
impl UnwindSafe for NewActivity
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