pub struct RuntimeOutputSpec {
pub name: String,
pub path: String,
pub media_type: String,
pub max_bytes: u64,
}Fields§
§name: String§path: String§media_type: String§max_bytes: u64Trait Implementations§
Source§impl Clone for RuntimeOutputSpec
impl Clone for RuntimeOutputSpec
Source§fn clone(&self) -> RuntimeOutputSpec
fn clone(&self) -> RuntimeOutputSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RuntimeOutputSpec
impl Debug for RuntimeOutputSpec
Source§impl<'de> Deserialize<'de> for RuntimeOutputSpec
impl<'de> Deserialize<'de> for RuntimeOutputSpec
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
impl Eq for RuntimeOutputSpec
Source§impl PartialEq for RuntimeOutputSpec
impl PartialEq for RuntimeOutputSpec
Source§impl Serialize for RuntimeOutputSpec
impl Serialize for RuntimeOutputSpec
impl StructuralPartialEq for RuntimeOutputSpec
Auto Trait Implementations§
impl Freeze for RuntimeOutputSpec
impl RefUnwindSafe for RuntimeOutputSpec
impl Send for RuntimeOutputSpec
impl Sync for RuntimeOutputSpec
impl Unpin for RuntimeOutputSpec
impl UnsafeUnpin for RuntimeOutputSpec
impl UnwindSafe for RuntimeOutputSpec
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