pub(crate) struct SlotAttr {
pub(crate) domain: LitStr,
pub(crate) kind_ident: Ident,
pub(crate) key_domain: Option<LitStr>,
}Fields§
§domain: LitStr§kind_ident: Ident§key_domain: Option<LitStr>Auto Trait Implementations§
impl Freeze for SlotAttr
impl RefUnwindSafe for SlotAttr
impl !Send for SlotAttr
impl !Sync for SlotAttr
impl Unpin for SlotAttr
impl UnsafeUnpin for SlotAttr
impl UnwindSafe for SlotAttr
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