pub struct TagCreate {
pub title: String,
pub parent: Option<String>,
pub order: Option<f64>,
}Fields§
§title: String§parent: Option<String>§order: Option<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagCreate
impl RefUnwindSafe for TagCreate
impl Send for TagCreate
impl Sync for TagCreate
impl Unpin for TagCreate
impl UnsafeUnpin for TagCreate
impl UnwindSafe for TagCreate
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