pub struct MoveFrom {
pub author: String,
pub date: String,
pub children: Vec<MoveFromChild>,
}Fields§
§date: String§children: Vec<MoveFromChild>Implementations§
Trait Implementations§
impl BuildXML for MoveFrom
Source§impl ElementReader for MoveFrom
impl ElementReader for MoveFrom
fn read<R: Read>( r: &mut EventReader<R>, attrs: &[OwnedAttribute], ) -> Result<Self, ReaderError>
impl StructuralPartialEq for MoveFrom
Auto Trait Implementations§
impl Freeze for MoveFrom
impl RefUnwindSafe for MoveFrom
impl Send for MoveFrom
impl Sync for MoveFrom
impl Unpin for MoveFrom
impl UnsafeUnpin for MoveFrom
impl UnwindSafe for MoveFrom
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