pub struct WalkTreeResult {
pub entries: Vec<WalkEntry>,
pub truncated: bool,
}Fields§
§entries: Vec<WalkEntry>§truncated: boolTrait Implementations§
Source§impl Clone for WalkTreeResult
impl Clone for WalkTreeResult
Source§fn clone(&self) -> WalkTreeResult
fn clone(&self) -> WalkTreeResult
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 WalkTreeResult
impl Debug for WalkTreeResult
Auto Trait Implementations§
impl Freeze for WalkTreeResult
impl RefUnwindSafe for WalkTreeResult
impl Send for WalkTreeResult
impl Sync for WalkTreeResult
impl Unpin for WalkTreeResult
impl UnsafeUnpin for WalkTreeResult
impl UnwindSafe for WalkTreeResult
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