pub struct GatingConfig {
pub source: String,
pub import_specifier_name: String,
}Expand description
Gating configuration
Fields§
§source: String§import_specifier_name: StringTrait Implementations§
Source§impl Clone for GatingConfig
impl Clone for GatingConfig
Source§fn clone(&self) -> GatingConfig
fn clone(&self) -> GatingConfig
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 GatingConfig
impl Debug for GatingConfig
Source§impl<'de> Deserialize<'de> for GatingConfig
impl<'de> Deserialize<'de> for GatingConfig
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 GatingConfig
impl RefUnwindSafe for GatingConfig
impl Send for GatingConfig
impl Sync for GatingConfig
impl Unpin for GatingConfig
impl UnsafeUnpin for GatingConfig
impl UnwindSafe for GatingConfig
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