pub struct BlockBlobConfiguration {
pub state: BlockStateData,
pub can_place_on: BlockPredicate,
}Fields§
§state: BlockStateData§can_place_on: BlockPredicateTrait Implementations§
Source§impl Clone for BlockBlobConfiguration
impl Clone for BlockBlobConfiguration
Source§fn clone(&self) -> BlockBlobConfiguration
fn clone(&self) -> BlockBlobConfiguration
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for BlockBlobConfiguration
impl !UnwindSafe for BlockBlobConfiguration
impl Freeze for BlockBlobConfiguration
impl Send for BlockBlobConfiguration
impl Sync for BlockBlobConfiguration
impl Unpin for BlockBlobConfiguration
impl UnsafeUnpin for BlockBlobConfiguration
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