pub struct GroupConfig {
pub id: i64,
/* private fields */
}Expand description
Configuration for a group.
Fields§
§id: i64The ID of the group.
Implementations§
Source§impl GroupConfig
impl GroupConfig
Sourcepub fn resolve(&self, default: &RouletteConfig) -> RouletteConfig
pub fn resolve(&self, default: &RouletteConfig) -> RouletteConfig
Resolves to a RouletteConfig.
Trait Implementations§
Source§impl Debug for GroupConfig
impl Debug for GroupConfig
Source§impl<'de> Deserialize<'de> for GroupConfig
impl<'de> Deserialize<'de> for GroupConfig
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 GroupConfig
impl RefUnwindSafe for GroupConfig
impl Send for GroupConfig
impl Sync for GroupConfig
impl Unpin for GroupConfig
impl UnwindSafe for GroupConfig
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