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