pub struct LinkAttr {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkAttr
impl RefUnwindSafe for LinkAttr
impl Send for LinkAttr
impl Sync for LinkAttr
impl Unpin for LinkAttr
impl UnwindSafe for LinkAttr
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