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