pub enum TreeValue_oneof_value {
normal_file(TreeValue_NormalFile),
symlink_id(Vec<u8>),
tree_id(Vec<u8>),
conflict_id(Vec<u8>),
}Variants§
Trait Implementations§
Source§impl Clone for TreeValue_oneof_value
impl Clone for TreeValue_oneof_value
Source§fn clone(&self) -> TreeValue_oneof_value
fn clone(&self) -> TreeValue_oneof_value
Returns a duplicate of the value. Read more
1.0.0 · 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 TreeValue_oneof_value
impl Debug for TreeValue_oneof_value
Source§impl PartialEq for TreeValue_oneof_value
impl PartialEq for TreeValue_oneof_value
impl StructuralPartialEq for TreeValue_oneof_value
Auto Trait Implementations§
impl !Freeze for TreeValue_oneof_value
impl RefUnwindSafe for TreeValue_oneof_value
impl Send for TreeValue_oneof_value
impl Sync for TreeValue_oneof_value
impl Unpin for TreeValue_oneof_value
impl UnwindSafe for TreeValue_oneof_value
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