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