Struct ofdb_boundary::PendingClearanceForPlace
source · [−]pub struct PendingClearanceForPlace {
pub place_id: String,
pub created_at: UnixTimeMillis,
pub last_cleared_revision: Option<u64>,
}Fields
place_id: Stringcreated_at: UnixTimeMillislast_cleared_revision: Option<u64>Trait Implementations
sourceimpl<'de> Deserialize<'de> for PendingClearanceForPlace
impl<'de> Deserialize<'de> for PendingClearanceForPlace
sourcefn 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
sourceimpl From<PendingClearanceForPlace> for PendingClearanceForPlace
impl From<PendingClearanceForPlace> for PendingClearanceForPlace
sourcefn from(from: PendingClearanceForPlace) -> Self
fn from(from: PendingClearanceForPlace) -> Self
Converts to this type from the input type.
sourceimpl Serialize for PendingClearanceForPlace
impl Serialize for PendingClearanceForPlace
Auto Trait Implementations
impl RefUnwindSafe for PendingClearanceForPlace
impl Send for PendingClearanceForPlace
impl Sync for PendingClearanceForPlace
impl Unpin for PendingClearanceForPlace
impl UnwindSafe for PendingClearanceForPlace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more