pub struct Topic {
pub geo_extension: GeoExtension,
/* private fields */
}
Fields§
§geo_extension: GeoExtension
Implementations§
Source§impl Topic
impl Topic
pub fn new_denm(component_name: String, geo_extension: &GeoExtension) -> Topic
pub fn project_base(&self) -> String
pub fn appropriate(&mut self, configuration: &Configuration)
Trait Implementations§
impl Eq for Topic
Auto Trait Implementations§
impl Freeze for Topic
impl RefUnwindSafe for Topic
impl Send for Topic
impl Sync for Topic
impl Unpin for Topic
impl UnwindSafe for Topic
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