pub struct Neighbourhood {
pub link_language: String,
pub meta: Perspective,
}
Fields§
§link_language: String
§meta: Perspective
Auto Trait Implementations§
impl Freeze for Neighbourhood
impl RefUnwindSafe for Neighbourhood
impl Send for Neighbourhood
impl Sync for Neighbourhood
impl Unpin for Neighbourhood
impl UnwindSafe for Neighbourhood
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