pub struct Bucket {
pub name: String,
pub location: BucketLocation,
pub comment: String,
pub creation_date: Mutex<Option<DateTime<Utc>>>,
}Fields§
§name: String§location: BucketLocation§comment: String§creation_date: Mutex<Option<DateTime<Utc>>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Bucket
impl RefUnwindSafe for Bucket
impl Send for Bucket
impl Sync for Bucket
impl Unpin for Bucket
impl UnwindSafe for Bucket
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