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