pub struct TryBase64DecodeBinary {
pub this: Box<Expression>,
pub alphabet: Option<Box<Expression>>,
}Expand description
TryBase64DecodeBinary
Fields§
§this: Box<Expression>§alphabet: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for TryBase64DecodeBinary
impl Clone for TryBase64DecodeBinary
Source§fn clone(&self) -> TryBase64DecodeBinary
fn clone(&self) -> TryBase64DecodeBinary
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 TryBase64DecodeBinary
impl Debug for TryBase64DecodeBinary
Source§impl<'de> Deserialize<'de> for TryBase64DecodeBinary
impl<'de> Deserialize<'de> for TryBase64DecodeBinary
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 TryBase64DecodeBinary
impl PartialEq for TryBase64DecodeBinary
Source§impl Serialize for TryBase64DecodeBinary
impl Serialize for TryBase64DecodeBinary
impl StructuralPartialEq for TryBase64DecodeBinary
Auto Trait Implementations§
impl Freeze for TryBase64DecodeBinary
impl RefUnwindSafe for TryBase64DecodeBinary
impl Send for TryBase64DecodeBinary
impl Sync for TryBase64DecodeBinary
impl Unpin for TryBase64DecodeBinary
impl UnwindSafe for TryBase64DecodeBinary
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