pub struct MenuInsert;Expand description
A placeholder to insert the menu at this position in the nav bar
Rigth now there’s no configuration but it could be extended in the future
Trait Implementations§
Source§impl Clone for MenuInsert
impl Clone for MenuInsert
Source§fn clone(&self) -> MenuInsert
fn clone(&self) -> MenuInsert
Returns a duplicate 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 Debug for MenuInsert
impl Debug for MenuInsert
Source§impl<'de> Deserialize<'de> for MenuInsert
impl<'de> Deserialize<'de> for MenuInsert
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for MenuInsert
impl Display for MenuInsert
Source§impl FromStr for MenuInsert
impl FromStr for MenuInsert
Source§impl Serialize for MenuInsert
impl Serialize for MenuInsert
impl Copy for MenuInsert
Auto Trait Implementations§
impl Freeze for MenuInsert
impl RefUnwindSafe for MenuInsert
impl Send for MenuInsert
impl Sync for MenuInsert
impl Unpin for MenuInsert
impl UnwindSafe for MenuInsert
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