pub struct SetStorageBucketTrackingParamsBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SetStorageBucketTrackingParamsBuilder
impl Clone for SetStorageBucketTrackingParamsBuilder
Source§fn clone(&self) -> SetStorageBucketTrackingParamsBuilder
fn clone(&self) -> SetStorageBucketTrackingParamsBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SetStorageBucketTrackingParamsBuilder
impl Default for SetStorageBucketTrackingParamsBuilder
Source§fn default() -> SetStorageBucketTrackingParamsBuilder
fn default() -> SetStorageBucketTrackingParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetStorageBucketTrackingParamsBuilder
impl RefUnwindSafe for SetStorageBucketTrackingParamsBuilder
impl Send for SetStorageBucketTrackingParamsBuilder
impl Sync for SetStorageBucketTrackingParamsBuilder
impl Unpin for SetStorageBucketTrackingParamsBuilder
impl UnwindSafe for SetStorageBucketTrackingParamsBuilder
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