pub struct PushSyncResult {
pub snapshot_id: Option<String>,
pub pushed: bool,
}Fields§
§snapshot_id: Option<String>§pushed: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PushSyncResult
impl RefUnwindSafe for PushSyncResult
impl Send for PushSyncResult
impl Sync for PushSyncResult
impl Unpin for PushSyncResult
impl UnsafeUnpin for PushSyncResult
impl UnwindSafe for PushSyncResult
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