pub struct Legends(/* private fields */);Expand description
A set of legends for a key
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a Legends
impl<'a> IntoIterator for &'a Legends
Source§impl IntoIterator for Legends
impl IntoIterator for Legends
Auto Trait Implementations§
impl Freeze for Legends
impl RefUnwindSafe for Legends
impl Send for Legends
impl Sync for Legends
impl Unpin for Legends
impl UnwindSafe for Legends
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