pub struct VolumeForkEntriesService { /* private fields */ }Expand description
Operations on the VolumeForkEntries resource.
Implementations§
Source§impl VolumeForkEntriesService
impl VolumeForkEntriesService
pub async fn get( &self, volume_id: i64, fork_name: &str, path: Option<&str>, inode: Option<i64>, as_of: Option<i64>, ) -> Result<ForkEntryDetail, Error>
pub async fn versions( &self, volume_id: i64, fork_name: &str, opts: Option<&VolumeForkEntryListOptions>, ) -> Result<CursorPaginatedResponse<ForkEntryVersion>, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for VolumeForkEntriesService
impl !UnwindSafe for VolumeForkEntriesService
impl Freeze for VolumeForkEntriesService
impl Send for VolumeForkEntriesService
impl Sync for VolumeForkEntriesService
impl Unpin for VolumeForkEntriesService
impl UnsafeUnpin for VolumeForkEntriesService
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