pub struct IdentityReaderV2 { /* private fields */ }
Expand description
Builder for the IdentityReaderV2
operation.
Implementations§
Source§impl IdentityReaderV2
impl IdentityReaderV2
Trait Implementations§
Source§impl Debug for IdentityReaderV2
impl Debug for IdentityReaderV2
Source§impl Default for IdentityReaderV2
impl Default for IdentityReaderV2
Source§fn default() -> IdentityReaderV2
fn default() -> IdentityReaderV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IdentityReaderV2
impl RefUnwindSafe for IdentityReaderV2
impl Send for IdentityReaderV2
impl Sync for IdentityReaderV2
impl Unpin for IdentityReaderV2
impl UnwindSafe for IdentityReaderV2
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