pub struct RevisionView {}
Trait Implementations§
Source§impl Clone for RevisionView
impl Clone for RevisionView
Source§fn clone(&self) -> RevisionView
fn clone(&self) -> RevisionView
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RevisionView
impl Debug for RevisionView
Source§impl Default for RevisionView
impl Default for RevisionView
Source§fn default() -> RevisionView
fn default() -> RevisionView
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for RevisionView
impl<'__input> XmlRead<'__input> for RevisionView
Auto Trait Implementations§
impl Freeze for RevisionView
impl RefUnwindSafe for RevisionView
impl Send for RevisionView
impl Sync for RevisionView
impl Unpin for RevisionView
impl UnwindSafe for RevisionView
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