pub struct WorktreeBindingDescriptor {
pub worktree_id: String,
pub workspace_root: String,
}Fields§
§worktree_id: String§workspace_root: StringTrait Implementations§
Source§impl Clone for WorktreeBindingDescriptor
impl Clone for WorktreeBindingDescriptor
Source§fn clone(&self) -> WorktreeBindingDescriptor
fn clone(&self) -> WorktreeBindingDescriptor
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 WorktreeBindingDescriptor
impl Debug for WorktreeBindingDescriptor
Source§impl<'de> Deserialize<'de> for WorktreeBindingDescriptor
impl<'de> Deserialize<'de> for WorktreeBindingDescriptor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WorktreeBindingDescriptor
impl StructuralPartialEq for WorktreeBindingDescriptor
Auto Trait Implementations§
impl Freeze for WorktreeBindingDescriptor
impl RefUnwindSafe for WorktreeBindingDescriptor
impl Send for WorktreeBindingDescriptor
impl Sync for WorktreeBindingDescriptor
impl Unpin for WorktreeBindingDescriptor
impl UnsafeUnpin for WorktreeBindingDescriptor
impl UnwindSafe for WorktreeBindingDescriptor
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