pub struct R2Config {
pub name: String,
pub location_hint: Option<String>,
}Expand description
The typed cloudflare/r2:bucket --config. Field names ARE the catalog
contract; the gap test pins them against the live configuration_schema.
Fields§
§name: String§location_hint: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for R2Config
impl RefUnwindSafe for R2Config
impl Send for R2Config
impl Sync for R2Config
impl Unpin for R2Config
impl UnsafeUnpin for R2Config
impl UnwindSafe for R2Config
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