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