pub struct UnderlyingIssuer;Expand description
UnderlyingIssuer (306).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnderlyingIssuer
impl RefUnwindSafe for UnderlyingIssuer
impl Send for UnderlyingIssuer
impl Sync for UnderlyingIssuer
impl Unpin for UnderlyingIssuer
impl UnsafeUnpin for UnderlyingIssuer
impl UnwindSafe for UnderlyingIssuer
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