pub struct SubtreeInfo {
pub path: String,
pub modified_files: Vec<String>,
}Fields§
§path: String§modified_files: Vec<String>Trait Implementations§
Source§impl Clone for SubtreeInfo
impl Clone for SubtreeInfo
Source§fn clone(&self) -> SubtreeInfo
fn clone(&self) -> SubtreeInfo
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 SubtreeInfo
impl Debug for SubtreeInfo
impl Eq for SubtreeInfo
Source§impl PartialEq for SubtreeInfo
impl PartialEq for SubtreeInfo
Source§impl Serialize for SubtreeInfo
impl Serialize for SubtreeInfo
impl StructuralPartialEq for SubtreeInfo
Auto Trait Implementations§
impl Freeze for SubtreeInfo
impl RefUnwindSafe for SubtreeInfo
impl Send for SubtreeInfo
impl Sync for SubtreeInfo
impl Unpin for SubtreeInfo
impl UnsafeUnpin for SubtreeInfo
impl UnwindSafe for SubtreeInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.