pub struct Base64DecodeBinary {
pub this: Box<Expression>,
pub alphabet: Option<Box<Expression>>,
}Expand description
Base64DecodeBinary
Fields§
§this: Box<Expression>§alphabet: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for Base64DecodeBinary
impl Clone for Base64DecodeBinary
Source§fn clone(&self) -> Base64DecodeBinary
fn clone(&self) -> Base64DecodeBinary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Base64DecodeBinary
impl Debug for Base64DecodeBinary
Source§impl<'de> Deserialize<'de> for Base64DecodeBinary
impl<'de> Deserialize<'de> for Base64DecodeBinary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for Base64DecodeBinary
impl PartialEq for Base64DecodeBinary
Source§impl Serialize for Base64DecodeBinary
impl Serialize for Base64DecodeBinary
impl StructuralPartialEq for Base64DecodeBinary
Auto Trait Implementations§
impl Freeze for Base64DecodeBinary
impl RefUnwindSafe for Base64DecodeBinary
impl Send for Base64DecodeBinary
impl Sync for Base64DecodeBinary
impl Unpin for Base64DecodeBinary
impl UnwindSafe for Base64DecodeBinary
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