pub struct Rotator {
pub id: Option<i64>,
pub last_error: Option<String>,
pub name: Option<String>,
pub rotation_interval: Option<i32>,
pub type: Option<String>,
}Fields§
§id: Option<i64>§last_error: Option<String>§name: Option<String>§rotation_interval: Option<i32>§type: Option<String>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Rotator
impl<'de> Deserialize<'de> for Rotator
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 StructuralPartialEq for Rotator
Auto Trait Implementations§
impl Freeze for Rotator
impl RefUnwindSafe for Rotator
impl Send for Rotator
impl Sync for Rotator
impl Unpin for Rotator
impl UnsafeUnpin for Rotator
impl UnwindSafe for Rotator
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