pub struct Ebcdic;Trait Implementations§
impl Copy for Ebcdic
Auto Trait Implementations§
impl Freeze for Ebcdic
impl RefUnwindSafe for Ebcdic
impl Send for Ebcdic
impl Sync for Ebcdic
impl Unpin for Ebcdic
impl UnsafeUnpin for Ebcdic
impl UnwindSafe for Ebcdic
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