pub struct DownstreamExpansionsSetParams {
pub file: String,
}Expand description
Parameters describing how to set downstream expansions.
Fields§
§file: StringTrait Implementations§
Source§impl Clone for DownstreamExpansionsSetParams
impl Clone for DownstreamExpansionsSetParams
Source§fn clone(&self) -> DownstreamExpansionsSetParams
fn clone(&self) -> DownstreamExpansionsSetParams
Returns a duplicate 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 moreSource§impl<'de> Deserialize<'de> for DownstreamExpansionsSetParams
impl<'de> Deserialize<'de> for DownstreamExpansionsSetParams
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 DownstreamExpansionsSetParams
impl RefUnwindSafe for DownstreamExpansionsSetParams
impl Send for DownstreamExpansionsSetParams
impl Sync for DownstreamExpansionsSetParams
impl Unpin for DownstreamExpansionsSetParams
impl UnwindSafe for DownstreamExpansionsSetParams
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