pub struct RotationSchema {
pub fields: Vec<String>,
}Expand description
Optional [rotation_schema] block listing rotation-state fields the spec exposes.
Fields§
§fields: Vec<String>Trait Implementations§
Source§impl Debug for RotationSchema
impl Debug for RotationSchema
Source§impl<'de> Deserialize<'de> for RotationSchema
impl<'de> Deserialize<'de> for RotationSchema
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 RotationSchema
impl RefUnwindSafe for RotationSchema
impl Send for RotationSchema
impl Sync for RotationSchema
impl Unpin for RotationSchema
impl UnsafeUnpin for RotationSchema
impl UnwindSafe for RotationSchema
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