pub struct AllPerspectives {
pub uuid: String,
pub name: String,
pub shared_url: Option<String>,
pub neighbourhood: Option<AllPerspectivesNeighbourhood>,
}
Fields§
§uuid: String
§name: String
§neighbourhood: Option<AllPerspectivesNeighbourhood>
Trait Implementations§
Source§impl Debug for AllPerspectives
impl Debug for AllPerspectives
Source§impl<'de> Deserialize<'de> for AllPerspectives
impl<'de> Deserialize<'de> for AllPerspectives
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 AllPerspectives
impl RefUnwindSafe for AllPerspectives
impl Send for AllPerspectives
impl Sync for AllPerspectives
impl Unpin for AllPerspectives
impl UnwindSafe for AllPerspectives
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