pub struct SConfig {
pub options: OptWrapper,
pub roles: Vec<Rc<RefCell<SRole>>>,
pub _extra_fields: Map<String, Value>,
}Fields§
§options: OptWrapper§roles: Vec<Rc<RefCell<SRole>>>§_extra_fields: Map<String, Value>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for SConfig
impl<'de> Deserialize<'de> for SConfig
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 SConfig
impl StructuralPartialEq for SConfig
Auto Trait Implementations§
impl Freeze for SConfig
impl !RefUnwindSafe for SConfig
impl !Send for SConfig
impl !Sync for SConfig
impl Unpin for SConfig
impl !UnwindSafe for SConfig
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