Struct aws_sdk_deadline::types::builders::PosixUserBuilder
source · #[non_exhaustive]pub struct PosixUserBuilder { /* private fields */ }Expand description
A builder for PosixUser.
Implementations§
Trait Implementations§
source§impl Clone for PosixUserBuilder
impl Clone for PosixUserBuilder
source§fn clone(&self) -> PosixUserBuilder
fn clone(&self) -> PosixUserBuilder
Returns a copy 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 Debug for PosixUserBuilder
impl Debug for PosixUserBuilder
source§impl Default for PosixUserBuilder
impl Default for PosixUserBuilder
source§fn default() -> PosixUserBuilder
fn default() -> PosixUserBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PosixUserBuilder
impl PartialEq for PosixUserBuilder
source§fn eq(&self, other: &PosixUserBuilder) -> bool
fn eq(&self, other: &PosixUserBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PosixUserBuilder
Auto Trait Implementations§
impl Freeze for PosixUserBuilder
impl RefUnwindSafe for PosixUserBuilder
impl Send for PosixUserBuilder
impl Sync for PosixUserBuilder
impl Unpin for PosixUserBuilder
impl UnwindSafe for PosixUserBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.