pub struct RemoteBandwidthSnapshotHandler { /* private fields */ }
Implementations§
Source§impl RemoteBandwidthSnapshotHandler
impl RemoteBandwidthSnapshotHandler
pub fn new(client: FilesClient) -> Self
pub async fn list(&self) -> Result<Vec<RemoteBandwidthSnapshotEntity>>
Auto Trait Implementations§
impl Freeze for RemoteBandwidthSnapshotHandler
impl !RefUnwindSafe for RemoteBandwidthSnapshotHandler
impl Send for RemoteBandwidthSnapshotHandler
impl Sync for RemoteBandwidthSnapshotHandler
impl Unpin for RemoteBandwidthSnapshotHandler
impl !UnwindSafe for RemoteBandwidthSnapshotHandler
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