pub struct TreeIdentity {
pub object_format: ObjectFormat,
pub tree_oid: String,
}Fields§
§object_format: ObjectFormat§tree_oid: StringImplementations§
Source§impl TreeIdentity
impl TreeIdentity
pub fn new(object_format: ObjectFormat, tree_oid: String) -> Option<Self>
Trait Implementations§
Source§impl Clone for TreeIdentity
impl Clone for TreeIdentity
Source§fn clone(&self) -> TreeIdentity
fn clone(&self) -> TreeIdentity
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 TreeIdentity
impl Debug for TreeIdentity
impl Eq for TreeIdentity
Source§impl Ord for TreeIdentity
impl Ord for TreeIdentity
Source§fn cmp(&self, other: &TreeIdentity) -> Ordering
fn cmp(&self, other: &TreeIdentity) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TreeIdentity
impl PartialEq for TreeIdentity
Source§impl PartialOrd for TreeIdentity
impl PartialOrd for TreeIdentity
impl StructuralPartialEq for TreeIdentity
Auto Trait Implementations§
impl Freeze for TreeIdentity
impl RefUnwindSafe for TreeIdentity
impl Send for TreeIdentity
impl Sync for TreeIdentity
impl Unpin for TreeIdentity
impl UnsafeUnpin for TreeIdentity
impl UnwindSafe for TreeIdentity
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