pub struct FoundationStorageApi { /* private fields */ }
Implementations§
source§impl FoundationStorageApi
impl FoundationStorageApi
pub fn new(config: &FoundationStorageApiConfig) -> Self
pub fn request_free_tier_storage( &self, email: String ) -> Result<FreeTierProcessHandle, FsaError>
Trait Implementations§
source§impl Clone for FoundationStorageApi
impl Clone for FoundationStorageApi
source§fn clone(&self) -> FoundationStorageApi
fn clone(&self) -> FoundationStorageApi
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for FoundationStorageApi
impl !Send for FoundationStorageApi
impl !Sync for FoundationStorageApi
impl Unpin for FoundationStorageApi
impl !UnwindSafe for FoundationStorageApi
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