pub struct Steering {
pub rules: Vec<SteeringRule>,
pub standards: Vec<Standard>,
pub templates: Vec<TemplateRef>,
}Expand description
Steering rules and standards
Fields§
§rules: Vec<SteeringRule>Steering rules
standards: Vec<Standard>Standards
templates: Vec<TemplateRef>Template references
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Steering
impl<'de> Deserialize<'de> for Steering
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 Steering
impl RefUnwindSafe for Steering
impl Send for Steering
impl Sync for Steering
impl Unpin for Steering
impl UnwindSafe for Steering
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