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