pub struct ShimSchema {
pub local: bool,
pub global: bool,
pub parent_bin: Option<String>,
}Fields§
§local: bool§global: bool§parent_bin: Option<String>Trait Implementations§
Source§impl Debug for ShimSchema
impl Debug for ShimSchema
Source§impl Default for ShimSchema
impl Default for ShimSchema
Source§impl<'de> Deserialize<'de> for ShimSchemawhere
ShimSchema: Default,
impl<'de> Deserialize<'de> for ShimSchemawhere
ShimSchema: Default,
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 ShimSchema
impl RefUnwindSafe for ShimSchema
impl Send for ShimSchema
impl Sync for ShimSchema
impl Unpin for ShimSchema
impl UnwindSafe for ShimSchema
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