pub struct ProvisionArgs {
pub bucket: Option<String>,
pub region: String,
pub expire_days: u32,
}Fields§
§bucket: Option<String>Override the derived bucket name (default dove-shares-<account-id>).
region: String§expire_days: u32Auto Trait Implementations§
impl Freeze for ProvisionArgs
impl RefUnwindSafe for ProvisionArgs
impl Send for ProvisionArgs
impl Sync for ProvisionArgs
impl Unpin for ProvisionArgs
impl UnsafeUnpin for ProvisionArgs
impl UnwindSafe for ProvisionArgs
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