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