pub struct LocalPrefix {
pub location: &'static str,
pub content: &'static str,
pub name: &'static str,
pub title: &'static str,
}
Fields§
§location: &'static str
§content: &'static str
§name: &'static str
§title: &'static str
Auto Trait Implementations§
impl Freeze for LocalPrefix
impl RefUnwindSafe for LocalPrefix
impl Send for LocalPrefix
impl Sync for LocalPrefix
impl Unpin for LocalPrefix
impl UnwindSafe for LocalPrefix
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