pub struct ApiBucket {
pub name: String,
pub creation_date: Option<DateTime<Utc>>,
pub region: String,
}Fields§
§name: String§creation_date: Option<DateTime<Utc>>§region: StringImplementations§
Auto Trait Implementations§
impl Freeze for ApiBucket
impl RefUnwindSafe for ApiBucket
impl Send for ApiBucket
impl Sync for ApiBucket
impl Unpin for ApiBucket
impl UnsafeUnpin for ApiBucket
impl UnwindSafe for ApiBucket
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