pub struct EncodeBase64 { /* private fields */ }
Expand description
Builder for the EncodeBase64
operation.
Implementations§
Source§impl EncodeBase64
impl EncodeBase64
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for EncodeBase64
impl Debug for EncodeBase64
Source§impl Default for EncodeBase64
impl Default for EncodeBase64
Source§fn default() -> EncodeBase64
fn default() -> EncodeBase64
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EncodeBase64
impl RefUnwindSafe for EncodeBase64
impl Send for EncodeBase64
impl Sync for EncodeBase64
impl Unpin for EncodeBase64
impl UnwindSafe for EncodeBase64
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