pub enum OutFmt {
Json,
Base64,
Base58,
}Variants§
Trait Implementations§
impl Copy for OutFmt
Auto Trait Implementations§
impl Freeze for OutFmt
impl RefUnwindSafe for OutFmt
impl Send for OutFmt
impl Sync for OutFmt
impl Unpin for OutFmt
impl UnwindSafe for OutFmt
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