pub struct VolumeForkSearchesService { /* private fields */ }Expand description
Operations on the VolumeForkSearches resource.
Implementations§
Source§impl VolumeForkSearchesService
impl VolumeForkSearchesService
pub async fn find( &self, volume_id: i64, fork_name: &str, opts: Option<&VolumeForkSearchListOptions>, ) -> Result<CursorPaginatedResponse<ForkTreeMatch>, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for VolumeForkSearchesService
impl !UnwindSafe for VolumeForkSearchesService
impl Freeze for VolumeForkSearchesService
impl Send for VolumeForkSearchesService
impl Sync for VolumeForkSearchesService
impl Unpin for VolumeForkSearchesService
impl UnsafeUnpin for VolumeForkSearchesService
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