pub struct Sitekey {
pub list: &'static str,
pub add_easy: &'static str,
pub add_advance: &'static str,
pub view: &'static str,
pub edit_easy: &'static str,
pub edit_advance: &'static str,
pub delete: &'static str,
}
Fields§
§list: &'static str
§add_easy: &'static str
§add_advance: &'static str
§view: &'static str
§edit_easy: &'static str
§edit_advance: &'static str
§delete: &'static str
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Sitekey
impl Send for Sitekey
impl Sync for Sitekey
impl Unpin for Sitekey
impl UnwindSafe for Sitekey
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