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