pub struct GetTreeQuery {
pub recursive: Option<bool>,
pub per_page: Option<u32>,
}Fields§
§recursive: Option<bool>show all directories and files
per_page: Option<u32>number of items per page
Trait Implementations§
Source§impl Clone for GetTreeQuery
impl Clone for GetTreeQuery
Source§fn clone(&self) -> GetTreeQuery
fn clone(&self) -> GetTreeQuery
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 GetTreeQuery
impl Debug for GetTreeQuery
Source§impl Default for GetTreeQuery
impl Default for GetTreeQuery
Source§fn default() -> GetTreeQuery
fn default() -> GetTreeQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetTreeQuery
impl PartialEq for GetTreeQuery
impl StructuralPartialEq for GetTreeQuery
Auto Trait Implementations§
impl Freeze for GetTreeQuery
impl RefUnwindSafe for GetTreeQuery
impl Send for GetTreeQuery
impl Sync for GetTreeQuery
impl Unpin for GetTreeQuery
impl UnwindSafe for GetTreeQuery
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