pub struct RebaseEntry {
pub kind: String,
pub count: usize,
}Expand description
One row of the rebased array on a first-publish response.
Fields§
§kind: String§count: usizeTrait Implementations§
Source§impl Clone for RebaseEntry
impl Clone for RebaseEntry
Source§fn clone(&self) -> RebaseEntry
fn clone(&self) -> RebaseEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RebaseEntry
impl Debug for RebaseEntry
Source§impl<'de> Deserialize<'de> for RebaseEntry
impl<'de> Deserialize<'de> for RebaseEntry
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 RebaseEntry
impl RefUnwindSafe for RebaseEntry
impl Send for RebaseEntry
impl Sync for RebaseEntry
impl Unpin for RebaseEntry
impl UnsafeUnpin for RebaseEntry
impl UnwindSafe for RebaseEntry
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