pub struct BucketResolution {
pub bucket: String,
pub source: BucketingSource,
pub identity: Option<RepoIdentity>,
}Fields§
§bucket: String§source: BucketingSource§identity: Option<RepoIdentity>Trait Implementations§
Source§impl Clone for BucketResolution
impl Clone for BucketResolution
Source§fn clone(&self) -> BucketResolution
fn clone(&self) -> BucketResolution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BucketResolution
impl Debug for BucketResolution
Source§impl PartialEq for BucketResolution
impl PartialEq for BucketResolution
Source§fn eq(&self, other: &BucketResolution) -> bool
fn eq(&self, other: &BucketResolution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BucketResolution
impl StructuralPartialEq for BucketResolution
Auto Trait Implementations§
impl Freeze for BucketResolution
impl RefUnwindSafe for BucketResolution
impl Send for BucketResolution
impl Sync for BucketResolution
impl Unpin for BucketResolution
impl UnsafeUnpin for BucketResolution
impl UnwindSafe for BucketResolution
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