Struct oci_spec::runtime::UserBuilder
source · pub struct UserBuilder { /* private fields */ }
Expand description
Builder for User
.
Implementations§
source§impl UserBuilder
impl UserBuilder
sourcepub fn additional_gids<VALUE: Into<Vec<u32>>>(self, value: VALUE) -> Self
pub fn additional_gids<VALUE: Into<Vec<u32>>>(self, value: VALUE) -> Self
AdditionalGids are additional group ids set for the container’s process.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserBuilder
impl RefUnwindSafe for UserBuilder
impl Send for UserBuilder
impl Sync for UserBuilder
impl Unpin for UserBuilder
impl UnwindSafe for UserBuilder
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