pub enum WebFile {
WebFile(WebFile),
}Expand description
Variants§
Trait Implementations§
Source§impl Deserializable for WebFile
impl Deserializable for WebFile
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Serializable for WebFile
impl Serializable for WebFile
impl StructuralPartialEq for WebFile
Auto Trait Implementations§
impl Freeze for WebFile
impl RefUnwindSafe for WebFile
impl Send for WebFile
impl Sync for WebFile
impl Unpin for WebFile
impl UnsafeUnpin for WebFile
impl UnwindSafe for WebFile
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