pub struct UndeleteOptions {
pub commit: CommitOptions,
}Expand description
Options for recovering a deleted file or subtree.
Fields§
§commit: CommitOptionsActor, commit ID, and message.
Implementations§
Trait Implementations§
Source§impl Clone for UndeleteOptions
impl Clone for UndeleteOptions
Source§impl Debug for UndeleteOptions
impl Debug for UndeleteOptions
impl Eq for UndeleteOptions
Source§impl PartialEq for UndeleteOptions
impl PartialEq for UndeleteOptions
impl StructuralPartialEq for UndeleteOptions
Auto Trait Implementations§
impl Freeze for UndeleteOptions
impl RefUnwindSafe for UndeleteOptions
impl Send for UndeleteOptions
impl Sync for UndeleteOptions
impl Unpin for UndeleteOptions
impl UnsafeUnpin for UndeleteOptions
impl UnwindSafe for UndeleteOptions
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