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