pub struct InboundFileRef {
pub url: String,
pub filename: String,
pub mime_type: String,
pub auth_header: Option<String>,
}Fields§
§url: String§filename: String§mime_type: String§auth_header: Option<String>Trait Implementations§
Source§impl Debug for InboundFileRef
impl Debug for InboundFileRef
Source§impl<'de> Deserialize<'de> for InboundFileRef
impl<'de> Deserialize<'de> for InboundFileRef
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
Auto Trait Implementations§
impl Freeze for InboundFileRef
impl RefUnwindSafe for InboundFileRef
impl Send for InboundFileRef
impl Sync for InboundFileRef
impl Unpin for InboundFileRef
impl UnsafeUnpin for InboundFileRef
impl UnwindSafe for InboundFileRef
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