pub struct BotSync {
pub projected: Option<i32>,
pub synced: Option<bool>,
}Fields§
§projected: Option<i32>Projected is how many roster entries the reconcile touched.
synced: Option<bool>Synced is true when the reconcile ran.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BotSync
impl<'de> Deserialize<'de> for BotSync
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 BotSync
Auto Trait Implementations§
impl Freeze for BotSync
impl RefUnwindSafe for BotSync
impl Send for BotSync
impl Sync for BotSync
impl Unpin for BotSync
impl UnsafeUnpin for BotSync
impl UnwindSafe for BotSync
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