Struct actix_admin::ActixAdminMenuElement
source · pub struct ActixAdminMenuElement {
pub name: String,
pub link: String,
pub is_custom_handler: bool,
}Fields§
§name: String§link: String§is_custom_handler: boolTrait Implementations§
source§impl Clone for ActixAdminMenuElement
impl Clone for ActixAdminMenuElement
source§fn clone(&self) -> ActixAdminMenuElement
fn clone(&self) -> ActixAdminMenuElement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<ActixAdminMenuElement> for ActixAdminMenuElement
impl PartialEq<ActixAdminMenuElement> for ActixAdminMenuElement
source§fn eq(&self, other: &ActixAdminMenuElement) -> bool
fn eq(&self, other: &ActixAdminMenuElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ActixAdminMenuElement
impl Serialize for ActixAdminMenuElement
impl Eq for ActixAdminMenuElement
impl StructuralEq for ActixAdminMenuElement
impl StructuralPartialEq for ActixAdminMenuElement
Auto Trait Implementations§
impl RefUnwindSafe for ActixAdminMenuElement
impl Send for ActixAdminMenuElement
impl Sync for ActixAdminMenuElement
impl Unpin for ActixAdminMenuElement
impl UnwindSafe for ActixAdminMenuElement
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.