pub struct BranchDelete {
pub name: String,
pub oid: ObjectId,
}Fields§
§name: String§oid: ObjectIdTrait Implementations§
Source§impl Clone for BranchDelete
impl Clone for BranchDelete
Source§fn clone(&self) -> BranchDelete
fn clone(&self) -> BranchDelete
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 BranchDelete
impl Debug for BranchDelete
impl Eq for BranchDelete
Source§impl PartialEq for BranchDelete
impl PartialEq for BranchDelete
Source§fn eq(&self, other: &BranchDelete) -> bool
fn eq(&self, other: &BranchDelete) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BranchDelete
Auto Trait Implementations§
impl Freeze for BranchDelete
impl RefUnwindSafe for BranchDelete
impl Send for BranchDelete
impl Sync for BranchDelete
impl Unpin for BranchDelete
impl UnsafeUnpin for BranchDelete
impl UnwindSafe for BranchDelete
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