pub struct ByteArray(pub Vec<u8>);Expand description
Base64-encoded byte array
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ByteArray
impl<'de> Deserialize<'de> for ByteArray
Source§fn deserialize<D>(deserializer: D) -> Result<ByteArray, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<ByteArray, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialOrd for ByteArray
impl PartialOrd for ByteArray
impl StructuralPartialEq for ByteArray
Auto Trait Implementations§
impl Freeze for ByteArray
impl RefUnwindSafe for ByteArray
impl Send for ByteArray
impl Sync for ByteArray
impl Unpin for ByteArray
impl UnsafeUnpin for ByteArray
impl UnwindSafe for ByteArray
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