Enum iceberg_rust::catalog::bucket::Bucket
source · pub enum Bucket<'s> {
S3(&'s str),
GCS(&'s str),
Local,
}Expand description
Type for buckets for different cloud providers
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for Bucket<'s>
impl<'s> RefUnwindSafe for Bucket<'s>
impl<'s> Send for Bucket<'s>
impl<'s> Sync for Bucket<'s>
impl<'s> Unpin for Bucket<'s>
impl<'s> UnwindSafe for Bucket<'s>
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