pub enum UpdatedPart {
Title {
from: String,
to: String,
},
Body {
from: String,
to: String,
},
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdatedPart
impl RefUnwindSafe for UpdatedPart
impl Send for UpdatedPart
impl Sync for UpdatedPart
impl Unpin for UpdatedPart
impl UnwindSafe for UpdatedPart
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