pub struct VolumeForkTreeListOptions {
pub path: Option<String>,
pub as_of: Option<i64>,
pub cursor: Option<i64>,
pub limit: Option<i64>,
pub sort: Option<String>,
pub kind: Option<String>,
}Fields§
§path: Option<String>§as_of: Option<i64>§cursor: Option<i64>§limit: Option<i64>§sort: Option<String>§kind: Option<String>Trait Implementations§
Source§impl Clone for VolumeForkTreeListOptions
impl Clone for VolumeForkTreeListOptions
Source§fn clone(&self) -> VolumeForkTreeListOptions
fn clone(&self) -> VolumeForkTreeListOptions
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 VolumeForkTreeListOptions
impl Debug for VolumeForkTreeListOptions
Source§impl Default for VolumeForkTreeListOptions
impl Default for VolumeForkTreeListOptions
Source§fn default() -> VolumeForkTreeListOptions
fn default() -> VolumeForkTreeListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VolumeForkTreeListOptions
impl RefUnwindSafe for VolumeForkTreeListOptions
impl Send for VolumeForkTreeListOptions
impl Sync for VolumeForkTreeListOptions
impl Unpin for VolumeForkTreeListOptions
impl UnsafeUnpin for VolumeForkTreeListOptions
impl UnwindSafe for VolumeForkTreeListOptions
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