pub struct MicromapUsageEXTBuilder { /* private fields */ }Expand description
Builder for MicromapUsageEXT.
Implementations§
Trait Implementations§
Source§impl Deref for MicromapUsageEXTBuilder
impl Deref for MicromapUsageEXTBuilder
Auto Trait Implementations§
impl Freeze for MicromapUsageEXTBuilder
impl RefUnwindSafe for MicromapUsageEXTBuilder
impl Send for MicromapUsageEXTBuilder
impl Sync for MicromapUsageEXTBuilder
impl Unpin for MicromapUsageEXTBuilder
impl UnsafeUnpin for MicromapUsageEXTBuilder
impl UnwindSafe for MicromapUsageEXTBuilder
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