pub struct RevisionList {
pub revisions: Vec<Revision>,
}Fields§
§revisions: Vec<Revision>Trait Implementations§
Source§impl Debug for RevisionList
impl Debug for RevisionList
Source§impl<'de> Deserialize<'de> for RevisionList
impl<'de> Deserialize<'de> for RevisionList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RevisionList
impl RefUnwindSafe for RevisionList
impl Send for RevisionList
impl Sync for RevisionList
impl Unpin for RevisionList
impl UnsafeUnpin for RevisionList
impl UnwindSafe for RevisionList
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