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