pub struct GitCommand {
pub command: Bytes,
pub metadata: Vec<Bytes>,
}
Fields§
§command: Bytes
§metadata: Vec<Bytes>
Trait Implementations§
Source§impl Debug for GitCommand
impl Debug for GitCommand
Source§impl Default for GitCommand
impl Default for GitCommand
Source§fn default() -> GitCommand
fn default() -> GitCommand
Returns the “default value” for a type. Read more
Source§impl PartialEq for GitCommand
impl PartialEq for GitCommand
impl Eq for GitCommand
impl StructuralPartialEq for GitCommand
Auto Trait Implementations§
impl !Freeze for GitCommand
impl RefUnwindSafe for GitCommand
impl Send for GitCommand
impl Sync for GitCommand
impl Unpin for GitCommand
impl UnwindSafe for GitCommand
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<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.