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