pub struct IdentityN { /* private fields */ }
Expand description
Builder for the IdentityN
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdentityN
impl RefUnwindSafe for IdentityN
impl Send for IdentityN
impl Sync for IdentityN
impl Unpin for IdentityN
impl UnwindSafe for IdentityN
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