pub struct MiniCdnFile {
pub contents: Base64Bytes,
}
Fields§
§contents: Base64Bytes
Raw bytes of file.
Trait Implementations§
Source§impl Clone for MiniCdnFile
impl Clone for MiniCdnFile
Source§fn clone(&self) -> MiniCdnFile
fn clone(&self) -> MiniCdnFile
Returns a copy 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 moreAuto Trait Implementations§
impl !Freeze for MiniCdnFile
impl RefUnwindSafe for MiniCdnFile
impl Send for MiniCdnFile
impl Sync for MiniCdnFile
impl Unpin for MiniCdnFile
impl UnwindSafe for MiniCdnFile
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