pub struct Base64Tool;Expand description
Base64 encoding/decoding tool
Implementations§
Source§impl Base64Tool
impl Base64Tool
Trait Implementations§
Source§impl Default for Base64Tool
impl Default for Base64Tool
Source§impl Tool for Base64Tool
impl Tool for Base64Tool
Source§fn schema(&self) -> ToolSchema
fn schema(&self) -> ToolSchema
Get tool schema
Auto Trait Implementations§
impl Freeze for Base64Tool
impl RefUnwindSafe for Base64Tool
impl Send for Base64Tool
impl Sync for Base64Tool
impl Unpin for Base64Tool
impl UnsafeUnpin for Base64Tool
impl UnwindSafe for Base64Tool
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