Struct oci_spec::distribution::TagListBuilder
source · pub struct TagListBuilder { /* private fields */ }
Expand description
Builder for TagList
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagListBuilder
impl RefUnwindSafe for TagListBuilder
impl Send for TagListBuilder
impl Sync for TagListBuilder
impl Unpin for TagListBuilder
impl UnwindSafe for TagListBuilder
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