pub struct Base64rEncoding;Expand description
The base64r encoding, made by No Chat Reports.
In Minecraft 1.19.3, the character ¸ is changed to ×.
If you are using 1.19.3 or above, please use NewBase64rEncoding instead.
Trait Implementations§
Source§impl Debug for Base64rEncoding
impl Debug for Base64rEncoding
Auto Trait Implementations§
impl Freeze for Base64rEncoding
impl RefUnwindSafe for Base64rEncoding
impl Send for Base64rEncoding
impl Sync for Base64rEncoding
impl Unpin for Base64rEncoding
impl UnwindSafe for Base64rEncoding
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